Mercurial > sdl-ios-xcode
comparison include/SDL_thread.h @ 2049:5f6550e5184f
Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 17 Oct 2006 09:15:21 +0000 |
parents | c121d94672cb |
children | 866052b01ee5 |
comparison
equal
deleted
inserted
replaced
2048:6067c7f9a672 | 2049:5f6550e5184f |
---|---|
89 void *arg, unsigned, | 89 void *arg, unsigned, |
90 unsigned *threadID); | 90 unsigned *threadID); |
91 typedef void (__cdecl * pfnSDL_CurrentEndThread) (unsigned code); | 91 typedef void (__cdecl * pfnSDL_CurrentEndThread) (unsigned code); |
92 #endif | 92 #endif |
93 | 93 |
94 extern DECLSPEC SDL_Thread *SDLCALL SDL_CreateThread(int (*fn) (void *), | 94 extern DECLSPEC SDL_Thread *SDLCALL SDL_CreateThread(int (SDLCALL * f) (void *), |
95 void *data, | 95 void *data, |
96 pfnSDL_CurrentBeginThread | 96 pfnSDL_CurrentBeginThread |
97 pfnBeginThread, | 97 pfnBeginThread, |
98 pfnSDL_CurrentEndThread | 98 pfnSDL_CurrentEndThread |
99 pfnEndThread); | 99 pfnEndThread); |