Added support for L4D2 on Mac OS X (bug 4647, r=fyren).

This commit is contained in:
Scott Ehlert
2010-10-14 18:27:37 -05:00
parent 4e175f9cd6
commit e6a93a799a
4 changed files with 35 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#ifdef _WIN32
#define FORCEINLINE_CVAR FORCEINLINE
#elif _LINUX
#elif defined _LINUX || defined __APPLE__
#define FORCEINLINE_CVAR inline
#else
#error "implement me"