This website requires JavaScript.
Explore
Help
Sign in
7cc5c4f330d47060
/
geode
Watch
1
Star
0
Fork
You've already forked geode
0
mirror of
https://github.com/geode-sdk/geode.git
synced
2024-11-23 16:07:52 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
9031328821
geode
/
loader
/
launcher
/
windows
/
fakeGeode.c
2 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
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 08:39:35 -04:00
#
include
<Windows.h>
fix build
2023-06-09 09:19:20 -04:00
__declspec
(
dllexport
)
DWORD
WINAPI
loadGeode
(
void
*
arg
)
{
return
0
;
}
Reference in a new issue
Copy permalink