mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
This should be Microsoft Visual C++ only
svn-id: r9364
This commit is contained in:
parent
04cd9d8375
commit
35dbf2fe3a
@ -267,7 +267,7 @@ void CDECL debug(int level, const char *s, ...) {
|
||||
}
|
||||
|
||||
void checkHeap() {
|
||||
#if defined(WIN32)
|
||||
#if defined(_MSC_VER)
|
||||
if (_heapchk() != _HEAPOK) {
|
||||
error("Heap is invalid!");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user