Changeset 131 for osgVisual/include/core
- Timestamp:
- Oct 12, 2010, 9:47:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/core/leakDetection.h
r88 r131 22 22 #ifdef _DEBUG 23 23 #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 27 29 #endif 28 30 #endif
Note: See TracChangeset
for help on using the changeset viewer.