1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Fixed compiler error in server/enginecallback.h on Mac OS X (bug 4459).

This commit is contained in:
Nicholas Hastings 2010-06-21 04:31:01 -05:00
parent b06949c4cc
commit 066f9bd2a7

View File

@ -12,7 +12,7 @@
#include "eiface.h"
#endif
#ifdef _LINUX
#if defined _LINUX || defined __APPLE__
#define random random_valve// stdlib.h defined random()..., and so does vstdlib/random.h
#endif