geode/loader/launcher/windows/fakeGeode.c
2023-06-09 16:19:20 +03:00

2 lines
No EOL
90 B
C

#include <Windows.h>
__declspec(dllexport) DWORD WINAPI loadGeode(void* arg) { return 0; }