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