Improve Visual Studio compatibility

This commit is contained in:
Marijn van der Werf 2016-09-16 14:32:52 +02:00
parent 987bfa409a
commit 1c585e45e3
1 changed files with 0 additions and 2 deletions

View File

@ -119,8 +119,6 @@ __declspec(dllexport) int StartOpenRCT(HINSTANCE hInstance, HINSTANCE hPrevInsta
_dllModule = GetModuleHandleA(OPENRCT2_DLL_MODULE_NAME);
}
RCT2_GLOBAL(RCT2_ADDRESS_HINSTANCE, HINSTANCE) = hInstance;
int gExitCode = main(0, NULL);
exit(gExitCode);