This should be Microsoft Visual C++ only
svn-id: r9364
This commit is contained in:
parent
04cd9d8375
commit
35dbf2fe3a
1 changed files with 1 additions and 1 deletions
|
@ -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!");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue