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
path: root/intern
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-18 11:03:38 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-18 11:03:38 +0400
commit6c505c97a7d0fa6628de0ee100635f66c8210d04 (patch)
tree7d277a113c6a592e9bb139b0d834e75c9b5b1b20 /intern
parent8862afcb51c60ad0c5d0f077e25d8531728e2719 (diff)
_DEBUG -> DEBUG
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_Debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_Debug.h b/intern/ghost/intern/GHOST_Debug.h
index d402aed63db..927ecfc88a5 100644
--- a/intern/ghost/intern/GHOST_Debug.h
+++ b/intern/ghost/intern/GHOST_Debug.h
@@ -35,10 +35,10 @@
#define _GHOST_DEBUG_H_
#if defined(WIN32) && !defined(FREE_WINDOWS)
- #ifdef _DEBUG
+ #ifdef DEBUG
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning
// #define GHOST_DEBUG
- #endif // _DEBUG
+ #endif // DEBUG
#endif // WIN32
#ifdef BF_GHOST_DEBUG