forked from mirror/openmw-tes3mp
Reverted conditional compiling
This commit is contained in:
parent
f1b4c2e400
commit
cfc3093320
1 changed files with 0 additions and 11 deletions
|
@ -62,14 +62,3 @@ int main(int argc, char *argv[])
|
||||||
return returnValue;
|
return returnValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _WINDOWS
|
|
||||||
// If the system compiles for main(), then main will be used.
|
|
||||||
// If it wants WinMain, this will call main anyways.
|
|
||||||
int _stdcall WinMain(struct HINSTANCE__ *hInstance,
|
|
||||||
struct HINSTANCE__ *hPrevInstance,
|
|
||||||
char *lpszCmdLine,
|
|
||||||
int nCmdShow)
|
|
||||||
{
|
|
||||||
return main(__argc, __argv);
|
|
||||||
}
|
|
||||||
#endif
|
|
Loading…
Reference in a new issue