summaryrefslogtreecommitdiffstats
path: root/src/skel/win/win.cpp
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2020-05-04 20:06:14 +0200
committerFire-Head <Fire-Head@users.noreply.github.com>2020-05-04 20:06:14 +0200
commit0abd0c659b39805a457896427980414cdc552ff8 (patch)
tree563c6897e40b0177c647f20316fdd364ebafe2cb /src/skel/win/win.cpp
parentoal upd (diff)
downloadre3-0abd0c659b39805a457896427980414cdc552ff8.tar
re3-0abd0c659b39805a457896427980414cdc552ff8.tar.gz
re3-0abd0c659b39805a457896427980414cdc552ff8.tar.bz2
re3-0abd0c659b39805a457896427980414cdc552ff8.tar.lz
re3-0abd0c659b39805a457896427980414cdc552ff8.tar.xz
re3-0abd0c659b39805a457896427980414cdc552ff8.tar.zst
re3-0abd0c659b39805a457896427980414cdc552ff8.zip
Diffstat (limited to '')
-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 20e5c49c..288788c0 100644
--- a/src/skel/win/win.cpp
+++ b/src/skel/win/win.cpp
@@ -1773,12 +1773,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.