For now have console toggling only when compiled with MSVC.

Need to find out how to enable for MingW too.
This commit is contained in:
Nathan Letwory
2010-11-11 18:21:57 +00:00
parent c69bc46c98
commit fc667fdb8e

View File

@@ -2028,7 +2028,7 @@ static void WM_OT_quit_blender(wmOperatorType *ot)
}
/* *********************** */
#ifdef WIN32
#ifdef WIN32 and !defined(FREE_WINDOWS)
static int console= 1;
void WM_toggle_console(bContext *C, short show)
{