accidentally left _CrtCheckMemory defined in non-Windows builds
parent
7b9e17f5cd
commit
a8192fbf60
|
|
@ -37,7 +37,7 @@ class LLMutex ;
|
|||
#if LL_WINDOWS && LL_DEBUG
|
||||
#define LL_CHECK_MEMORY llassert(_CrtCheckMemory());
|
||||
#else
|
||||
#define LL_CHECK_MEMORY _CrtCheckMemory();
|
||||
#define LL_CHECK_MEMORY
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue