Skip to content

Commit 9a186fc

Browse files
committed
Add back debug console on Windows
1 parent 57f273e commit 9a186fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class OpenEphysApplication : public JUCEApplication
6565

6666
#ifdef WIN32
6767
//glWinInit();
68-
if (false)//(AllocConsole())
68+
if (AllocConsole())
6969
{
7070
freopen("CONOUT$","w",stdout);
7171
freopen("CONOUT$","w",stderr);

0 commit comments

Comments
 (0)