This should be Microsoft Visual C++ only

svn-id: r9364
This commit is contained in:
Travis Howell 2003-08-01 14:21:19 +00:00
parent 04cd9d8375
commit 35dbf2fe3a

View file

@ -267,7 +267,7 @@ void CDECL debug(int level, const char *s, ...) {
} }
void checkHeap() { void checkHeap() {
#if defined(WIN32) #if defined(_MSC_VER)
if (_heapchk() != _HEAPOK) { if (_heapchk() != _HEAPOK) {
error("Heap is invalid!"); error("Heap is invalid!");
} }