From ee4717aaaed6302aacd6d378bf0c75b811957c40 Mon Sep 17 00:00:00 2001 From: archshift Date: Mon, 9 Jun 2014 16:51:09 -0700 Subject: Preprocessor: #if's out OSX-specific GL changes on other platforms --- src/common/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/platform.h') diff --git a/src/common/platform.h b/src/common/platform.h index 944bb030..b02b52cd 100644 --- a/src/common/platform.h +++ b/src/common/platform.h @@ -47,7 +47,7 @@ #define EMU_PLATFORM PLATFORM_WINDOWS #elif defined( __APPLE__ ) || defined( __APPLE_CC__ ) -#define EMU_PLATFORM PLATFORM_MAXOSX +#define EMU_PLATFORM PLATFORM_MACOSX #elif defined(__linux__) #define EMU_PLATFORM PLATFORM_LINUX -- cgit v1.2.3