mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-27 13:38:29 +00:00
Fixed warning C4152: nonstandard extension, function/data pointer conversion in expression
This commit is contained in:
@@ -69,7 +69,7 @@ struct SDL_Thread
|
||||
int(SDLCALL *userfunc)(void *);
|
||||
void *userdata;
|
||||
void *data;
|
||||
void *endfunc; /* only used on some platforms. */
|
||||
SDL_FunctionPointer endfunc; /* only used on some platforms. */
|
||||
};
|
||||
|
||||
/* This is the function called to run a thread */
|
||||
|
Reference in New Issue
Block a user