changeset 930 | 02759105b989 |
parent 769 | b8d311d90021 |
child 1190 | 173c063d4f55 |
--- a/include/SDL_thread.h Wed Aug 18 21:41:39 2004 +0000 +++ b/include/SDL_thread.h Fri Aug 20 18:57:01 2004 +0000 @@ -50,7 +50,7 @@ typedef struct SDL_Thread SDL_Thread; /* Create a thread */ -extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (*fn)(void *), void *data); +extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data); /* Get the 32-bit thread identifier for the current thread */ extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);