mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-19 08:52:34 +01:00
Fix Mac build.
This commit is contained in:
parent
b42445bbd4
commit
1af0cde81a
@ -39,6 +39,8 @@
|
||||
|
||||
#define PAGE_SIZE 4096
|
||||
#define PAGE_ALIGN_UP(x) ((x + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1))
|
||||
#elif defined __APPLE__
|
||||
#include <mach-o/loader.h>
|
||||
#endif
|
||||
|
||||
#if defined _WIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user