mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
POSIX not _POSIX
This commit is contained in:
parent
39c2727496
commit
714edfda3b
@ -14,7 +14,7 @@
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#if !defined(NO_MALLOC_OVERRIDE) && defined(_POSIX)
|
||||
#if !defined(NO_MALLOC_OVERRIDE) && defined(POSIX)
|
||||
#define NO_MALLOC_OVERRIDE
|
||||
#endif
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
// to include this potentially multiple times (since we can deactivate debugging
|
||||
// by including memdbgoff.h)
|
||||
|
||||
#if !defined(NO_MALLOC_OVERRIDE) && defined(_POSIX)
|
||||
#if !defined(NO_MALLOC_OVERRIDE) && defined(POSIX)
|
||||
#define NO_MALLOC_OVERRIDE
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user