Ignore:
Timestamp:
Oct 12, 2010, 9:47:39 AM (14 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/core/leakDetection.h

    r88 r131  
    2222#ifdef _DEBUG
    2323        #ifdef WIN32
    24                 #ifndef DBG_NEW
    25                         #define DBG_NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ )
    26                         #define new DBG_NEW
     24                #ifndef USE_SKY_SILVERLINING
     25                        #ifndef DBG_NEW
     26                                #define DBG_NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ )
     27                                #define new DBG_NEW
     28                        #endif
    2729                #endif
    2830        #endif
Note: See TracChangeset for help on using the changeset viewer.