mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(big): style and warning fixes
This commit is contained in:
parent
c616d351a9
commit
8e96181679
7 changed files with 26 additions and 26 deletions
|
|
@ -1,10 +1,6 @@
|
|||
#include "storm/thread/S_Thread.hpp"
|
||||
#include "storm/Memory.hpp"
|
||||
|
||||
#ifndef WINAPI
|
||||
#define WINAPI
|
||||
#endif
|
||||
|
||||
DWORD WINAPI S_Thread::s_SLaunchThread(void* threadParam) {
|
||||
auto params = static_cast<SThreadParmBlock*>(threadParam);
|
||||
auto proc = params->threadProc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue