mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-03-02 15:38:57 +00:00
SDL_thread.h: use SDL_ThreadFunction for SDL_CreateThreadWithStackSize
This commit is contained in:
parent
15781a6986
commit
efa2e6a1ea
@ -129,7 +129,7 @@ SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data,
|
||||
pfnSDL_CurrentEndThread pfnEndThread);
|
||||
|
||||
extern DECLSPEC SDL_Thread *SDLCALL
|
||||
SDL_CreateThreadWithStackSize(int (SDLCALL * fn) (void *),
|
||||
SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn,
|
||||
const char *name, const size_t stacksize, void *data,
|
||||
pfnSDL_CurrentBeginThread pfnBeginThread,
|
||||
pfnSDL_CurrentEndThread pfnEndThread);
|
||||
|
Loading…
x
Reference in New Issue
Block a user