mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #1311 from Ryozuki/master
Fix windows compilation warning
This commit is contained in:
commit
b7e75e8d3b
|
@ -673,7 +673,7 @@ struct THREAD_RUN
|
|||
#if defined(CONF_FAMILY_UNIX)
|
||||
static void *thread_run(void *user)
|
||||
#elif defined(CONF_FAMILY_WINDOWS)
|
||||
static unsigned int __stdcall thread_run(void *user)
|
||||
static unsigned long __stdcall thread_run(void *user)
|
||||
#else
|
||||
#error not implemented
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue