~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to include/lenmus_standard_header.h

  • Committer: cecilios
  • Date: 2012-07-05 18:23:21 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:branches/TRY-5.0:706
fix cmakelist

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
//---------------------------------------------------------------------------------------
28
28
// for detecting and isolating memory leaks with Visual C++ in Debug builds
29
29
 
30
 
#if ( LENMUS_COMPILER_MSVC == 1 && LENMUS_DEBUG_BUILD == 1 )
 
30
#if ( LENMUS_COMPILER_MSVC == 1 ) && ( LENMUS_DEBUG_BUILD == 1 )
31
31
    #ifndef _DEBUG
32
32
        #define _DEBUG
33
33
    #endif