changeset 2049 | 5f6550e5184f |
parent 1895 | c121d94672cb |
child 2060 | 866052b01ee5 |
--- a/include/SDL_thread.h Sun Oct 01 16:10:41 2006 +0000 +++ b/include/SDL_thread.h Tue Oct 17 09:15:21 2006 +0000 @@ -91,7 +91,7 @@ typedef void (__cdecl * pfnSDL_CurrentEndThread) (unsigned code); #endif -extern DECLSPEC SDL_Thread *SDLCALL SDL_CreateThread(int (*fn) (void *), +extern DECLSPEC SDL_Thread *SDLCALL SDL_CreateThread(int (SDLCALL * f) (void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread,