1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Fixed debug mode builds on OS X (bug 5076, r=ds).

This commit is contained in:
Reuben Morais
2011-09-09 18:17:48 -05:00
parent cb4f63f743
commit 79abae1291

View File

@ -38,7 +38,7 @@
#include "memalloc.h" #include "memalloc.h"
#if defined(USE_MEM_DEBUG) #if defined(USE_MEM_DEBUG)
#if defined(_LINUX) #if defined(_LINUX) || defined(__APPLE__)
#define _NORMAL_BLOCK 1 #define _NORMAL_BLOCK 1