mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
fix build
This commit is contained in:
parent
692e227194
commit
c045b49492
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#include <Windows.h>
|
||||
__declspec(dllexport) DWORD WINAPI loadGeode(void*);
|
||||
__declspec(dllexport) DWORD WINAPI loadGeode(void* arg) { return 0; }
|
Loading…
Reference in a new issue