mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
fix(build): build fix for msvc
This commit is contained in:
parent
f10552acea
commit
3fa825936d
3 changed files with 11 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ class S_Thread {
|
|||
|
||||
// Static functions
|
||||
#if defined(WHOA_SYSTEM_WIN)
|
||||
static DWORD s_SLaunchThread(void* threadParam);
|
||||
static DWORD WINAPI s_SLaunchThread(void* threadParam);
|
||||
#endif
|
||||
|
||||
#if defined(WHOA_SYSTEM_MAC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue