diff options
Diffstat (limited to 'dev/base/RunDLL64')
| -rw-r--r-- | dev/base/RunDLL64/build.json | 2 | ||||
| -rw-r--r-- | dev/base/RunDLL64/src/dll.cxx (renamed from dev/base/RunDLL64/src/LauncherMain.cxx) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/base/RunDLL64/build.json b/dev/base/RunDLL64/build.json index a69dbb11..c53373a9 100644 --- a/dev/base/RunDLL64/build.json +++ b/dev/base/RunDLL64/build.json @@ -8,7 +8,7 @@ "-ffreestanding", "-fno-rtti", "-fno-exceptions", - " -Wl,--subsystem=17" + "-Wl,--subsystem=17" ], "cpp_macros": [ "__RUNDLL_AMD64__", diff --git a/dev/base/RunDLL64/src/LauncherMain.cxx b/dev/base/RunDLL64/src/dll.cxx index ed1ab65c..560a404d 100644 --- a/dev/base/RunDLL64/src/LauncherMain.cxx +++ b/dev/base/RunDLL64/src/dll.cxx @@ -2,7 +2,7 @@ typedef int (*MainKind)(int, char**); -int WinMain(int argc, char* argv[]) +int main(int argc, char* argv[]) { if (argc < 3) return -1; |
