We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f273e commit 9a186fcCopy full SHA for 9a186fc
1 file changed
Source/Main.cpp
@@ -65,7 +65,7 @@ class OpenEphysApplication : public JUCEApplication
65
66
#ifdef WIN32
67
//glWinInit();
68
- if (false)//(AllocConsole())
+ if (AllocConsole())
69
{
70
freopen("CONOUT$","w",stdout);
71
freopen("CONOUT$","w",stderr);
0 commit comments