mirror of https://github.com/encounter/SDL.git
SWITCH: thread entry should be static
This commit is contained in:
parent
f6e5951ebf
commit
c451671c4d
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#define STACK_SIZE 0x2000
|
#define STACK_SIZE 0x2000
|
||||||
|
|
||||||
void
|
static void
|
||||||
SDL_SYS_RunThread(void *data)
|
SDL_SYS_RunThread(void *data)
|
||||||
{
|
{
|
||||||
SDL_RunThread(data);
|
SDL_RunThread(data);
|
||||||
|
|
Loading…
Reference in New Issue