mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 14:00:37 +00:00
Remove console and fix sth
This commit is contained in:
parent
addb701638
commit
1cea84d2b1
3 changed files with 6 additions and 2 deletions
|
@ -1367,11 +1367,14 @@ WinMain(HINSTANCE instance,
|
|||
RwChar** argv;
|
||||
SystemParametersInfo(SPI_SETFOREGROUNDLOCKTIMEOUT, 0, nil, SPIF_SENDCHANGE);
|
||||
|
||||
#if 0
|
||||
// TODO: make this an option somewhere
|
||||
AllocConsole();
|
||||
freopen("CONIN$", "r", stdin);
|
||||
freopen("CONOUT$", "w", stdout);
|
||||
freopen("CONOUT$", "w", stderr);
|
||||
#endif
|
||||
|
||||
#else
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue