This commit is contained in:
Paul RASCLE 2016-05-02 08:23:29 +02:00
commit 56aba9305e

View File

@ -38,6 +38,10 @@ void memostat(const char* f, int l)
#endif #endif
} }
#if defined(_DEBUG_) || defined(_DEBUG)
#define MEMOSTAT memostat( __FILE__, __LINE__ ) #define MEMOSTAT memostat( __FILE__, __LINE__ )
#else
#define MEMOSTAT
#endif
#endif #endif