From: havoc Date: Mon, 18 Apr 2011 15:38:32 +0000 (+0000) Subject: move iphone detection above macosx detection X-Git-Tag: xonotic-v0.6.0~163^2~482 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0117364e01ec58a02c71673d1b90f6b355a7cf3a;p=xonotic%2Fdarkplaces.git move iphone detection above macosx detection git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11064 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/quakedef.h b/quakedef.h index d5688a77..d06f7767 100644 --- a/quakedef.h +++ b/quakedef.h @@ -429,17 +429,17 @@ extern cvar_t developer_loading; #elif defined(__OpenBSD__) # define DP_OS_NAME "OpenBSD" # define DP_OS_STR "openbsd" +#elif defined(TARGET_OS_IPHONE) +# define DP_OS_NAME "iPhoneOS" +# define DP_OS_STR "iphoneos" +# define USE_GLES2 1 +#else #elif defined(MACOSX) # define DP_OS_NAME "Mac OS X" # define DP_OS_STR "osx" #elif defined(__MORPHOS__) # define DP_OS_NAME "MorphOS" # define DP_OS_STR "morphos" -#elif defined(TARGET_OS_IPHONE) -# define DP_OS_NAME "iPhoneOS" -# define DP_OS_STR "iphoneos" -# define USE_GLES2 1 -#else # define DP_OS_NAME "Unknown" #endif