diff options
author | aap <aap@papnet.eu> | 2020-05-06 09:24:12 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-06 09:24:12 +0200 |
commit | bb0541404d79e91cde0ffe2dac8506df134e18b7 (patch) | |
tree | f1481e8bf30d5cbb6b217a0e339d2b37b636f66f /src/skel/win/win.cpp | |
parent | 7200a783eef314ae380a5da64dfa82020c1e6dc2 (diff) |
updated librw
Diffstat (limited to 'src/skel/win/win.cpp')
-rw-r--r-- | src/skel/win/win.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp index d20cc0bf..ec72bf7e 100644 --- a/src/skel/win/win.cpp +++ b/src/skel/win/win.cpp @@ -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. |