From: divverent Date: Wed, 20 Jul 2016 14:11:45 +0000 (+0000) Subject: OOPS. Enable USE_RWOPS only on Android. X-Git-Tag: xonotic-v0.8.5~88^2~53 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=e18edf826f07d0f30caecc9f9cbda938b7e38605;ds=sidebyside OOPS. Enable USE_RWOPS only on Android. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12269 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/fs.c b/fs.c index 1dfc97f1..a7074e5f 100644 --- a/fs.c +++ b/fs.c @@ -74,7 +74,6 @@ # define dup _dup #endif -#define USE_RWOPS 1 #if USE_RWOPS # include typedef SDL_RWops *filedesc_t; diff --git a/quakedef.h b/quakedef.h index 60d5db30..f2acede2 100644 --- a/quakedef.h +++ b/quakedef.h @@ -427,6 +427,7 @@ extern cvar_t sessionid; # define DP_OS_NAME "Android" # define DP_OS_STR "android" # define USE_GLES2 1 +# define USE_RWOPS 1 # define LINK_TO_ZLIB 1 # define LINK_TO_LIBVORBIS 1 # define DP_MOBILETOUCH 1