_DEBUG -> DEBUG

This commit is contained in:
Nathan Letwory 2010-10-18 07:03:38 +00:00
parent 8862afcb51
commit 6c505c97a7

@ -35,10 +35,10 @@
#define _GHOST_DEBUG_H_ #define _GHOST_DEBUG_H_
#if defined(WIN32) && !defined(FREE_WINDOWS) #if defined(WIN32) && !defined(FREE_WINDOWS)
#ifdef _DEBUG #ifdef DEBUG
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning #pragma warning (disable:4786) // suppress stl-MSVC debug info warning
// #define GHOST_DEBUG // #define GHOST_DEBUG
#endif // _DEBUG #endif // DEBUG
#endif // WIN32 #endif // WIN32
#ifdef BF_GHOST_DEBUG #ifdef BF_GHOST_DEBUG