mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
same win32 fix
This commit is contained in:
parent
f5350c0e0e
commit
9ddc24898f
@ -2911,7 +2911,7 @@ void operator delete[](void *reportedAddress)
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#if !defined NO_ALLOC_OVERRIDES && !defined MEMORY_TEST
|
#if !defined NO_ALLOC_OVERRIDES && !defined MEMORY_TEST && !defined WIN32
|
||||||
void * ::operator new(size_t size) {
|
void * ::operator new(size_t size) {
|
||||||
return(calloc(1, size));
|
return(calloc(1, size));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user