summaryrefslogtreecommitdiffstats
path: root/src/skel/win
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/win
parentRemove #endif (diff)
downloadre3-bb0541404d79e91cde0ffe2dac8506df134e18b7.tar
re3-bb0541404d79e91cde0ffe2dac8506df134e18b7.tar.gz
re3-bb0541404d79e91cde0ffe2dac8506df134e18b7.tar.bz2
re3-bb0541404d79e91cde0ffe2dac8506df134e18b7.tar.lz
re3-bb0541404d79e91cde0ffe2dac8506df134e18b7.tar.xz
re3-bb0541404d79e91cde0ffe2dac8506df134e18b7.tar.zst
re3-bb0541404d79e91cde0ffe2dac8506df134e18b7.zip
Diffstat (limited to 'src/skel/win')
-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.