mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 13:54:08 +00:00
updated librw
This commit is contained in:
parent
7200a783ee
commit
bb0541404d
6 changed files with 101 additions and 10 deletions
|
@ -1884,13 +1884,11 @@ WinMain(HINSTANCE instance,
|
|||
StaticPatcher::Apply();
|
||||
SystemParametersInfo(SPI_SETFOREGROUNDLOCKTIMEOUT, 0, nil, SPIF_SENDCHANGE);
|
||||
|
||||
/*
|
||||
// TODO: make this an option somewhere
|
||||
AllocConsole();
|
||||
freopen("CONIN$", "r", stdin);
|
||||
freopen("CONOUT$", "w", stdout);
|
||||
freopen("CONOUT$", "w", stderr);
|
||||
*/
|
||||
|
||||
/*
|
||||
* Initialize the platform independent data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue