aboutsummaryrefslogtreecommitdiffstats
path: root/src/skel
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-06 09:24:12 +0200
committeraap <aap@papnet.eu>2020-05-06 09:24:12 +0200
commitbb0541404d79e91cde0ffe2dac8506df134e18b7 (patch)
treef1481e8bf30d5cbb6b217a0e339d2b37b636f66f /src/skel
parent7200a783eef314ae380a5da64dfa82020c1e6dc2 (diff)
updated librw
Diffstat (limited to 'src/skel')
-rw-r--r--src/skel/win/win.cpp2
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.