mirror of
https://github.com/encounter/SDL.git
synced 2025-12-13 23:26:18 +00:00
SWITCH: thread entry should be static
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
#define STACK_SIZE 0x2000
|
||||
|
||||
void
|
||||
static void
|
||||
SDL_SYS_RunThread(void *data)
|
||||
{
|
||||
SDL_RunThread(data);
|
||||
|
||||
Reference in New Issue
Block a user