Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-11-11 21:21:57 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2010-11-11 21:21:57 +0300
commitfc667fdb8eee34fe7975f654186d55212d8060b4 (patch)
treeaccaeecd0bb12fcd98970d08ccc93e6051d46efa /source/blender/windowmanager
parentc69bc46c98d09f85f6f408b0e3bd5008565d7402 (diff)
For now have console toggling only when compiled with MSVC.
Need to find out how to enable for MingW too.
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index f94b1200df4..12d5d0bd5e2 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -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)
{