diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-07-04 15:00:41 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-07-04 15:01:07 +0200 |
commit | 1cea84d2b1673bfd86e1698c27c381e1488c77cf (patch) | |
tree | 41fcb374c97437d25261ffbf3e430313997f13ef /src/skel/win/win.cpp | |
parent | Merge branch 'master' of https://github.com/GTAmodding/re3 into erorcun (diff) | |
download | re3-1cea84d2b1673bfd86e1698c27c381e1488c77cf.tar re3-1cea84d2b1673bfd86e1698c27c381e1488c77cf.tar.gz re3-1cea84d2b1673bfd86e1698c27c381e1488c77cf.tar.bz2 re3-1cea84d2b1673bfd86e1698c27c381e1488c77cf.tar.lz re3-1cea84d2b1673bfd86e1698c27c381e1488c77cf.tar.xz re3-1cea84d2b1673bfd86e1698c27c381e1488c77cf.tar.zst re3-1cea84d2b1673bfd86e1698c27c381e1488c77cf.zip |
Diffstat (limited to 'src/skel/win/win.cpp')
-rw-r--r-- | src/skel/win/win.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp index e1fb5b7f..52941d7d 100644 --- a/src/skel/win/win.cpp +++ b/src/skel/win/win.cpp @@ -1929,12 +1929,13 @@ WinMain(HINSTANCE instance, StaticPatcher::Apply(); 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 /* * Initialize the platform independent data. |