fix build

This commit is contained in:
ConfiG 2023-06-09 16:19:20 +03:00
parent 692e227194
commit c045b49492
No known key found for this signature in database
GPG key ID: 44DA1983F524C11B

View file

@ -1,2 +1,2 @@
#include <Windows.h>
__declspec(dllexport) DWORD WINAPI loadGeode(void*);
__declspec(dllexport) DWORD WINAPI loadGeode(void* arg) { return 0; }