geode/loader/launcher/windows/fakeGeode.c
ConfiG b47870e7e9
new proxy loader
- remove bootstrapper dll
- add updater exe
- remove createthread/loadlibrary calls
  - and link instead to let windows load it
- needs mac port probably?
2023-06-09 15:39:35 +03:00

2 lines
No EOL
73 B
C

#include <Windows.h>
__declspec(dllexport) DWORD WINAPI loadGeode(void*);