aboutsummaryrefslogtreecommitdiffstats
path: root/src/skel
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2020-06-29 10:29:02 +0300
committerFire-Head <Fire-Head@users.noreply.github.com>2020-06-29 10:29:02 +0300
commit63fdcf7e64655767d3c56917d50141602b565447 (patch)
tree54282c118b3a6f0e4e506b57f403a4723555785a /src/skel
parent0cd2ac7e5e2fa6b52c870f764acba36e849d3cd1 (diff)
menu fixes
Diffstat (limited to 'src/skel')
-rw-r--r--src/skel/win/win.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp
index d923d93d..d7216d2e 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);
+/*
// TODO: make this an option somewhere
AllocConsole();
freopen("CONIN$", "r", stdin);
freopen("CONOUT$", "w", stdout);
freopen("CONOUT$", "w", stderr);
-
+*/
/*
* Initialize the platform independent data.