mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
b47870e7e9
- remove bootstrapper dll - add updater exe - remove createthread/loadlibrary calls - and link instead to let windows load it - needs mac port probably?
2 lines
No EOL
73 B
C
2 lines
No EOL
73 B
C
#include <Windows.h>
|
|
__declspec(dllexport) DWORD WINAPI loadGeode(void*); |