mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-02 20:01:23 +00:00
Amend previous commit. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5038 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
17906349b4
commit
7984d8d6b5
1 changed files with 4 additions and 4 deletions
|
@ -69,6 +69,10 @@
|
||||||
#define max(x,y) ((x) > (y) ? (x) : (y))
|
#define max(x,y) ((x) > (y) ? (x) : (y))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__ || defined __bsdi__ || defined __DragonFly__
|
||||||
|
# define EDUKE32_BSD
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined __APPLE__ && (!defined EDUKE32_BSD || !__STDC__)
|
#if !defined __APPLE__ && (!defined EDUKE32_BSD || !__STDC__)
|
||||||
# include <malloc.h>
|
# include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -91,10 +95,6 @@
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__ || defined __bsdi__ || defined __DragonFly__
|
|
||||||
# define EDUKE32_BSD
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined __ANDROID__ || defined EDUKE32_IOS
|
#if defined __ANDROID__ || defined EDUKE32_IOS
|
||||||
# define EDUKE32_TOUCH_DEVICES
|
# define EDUKE32_TOUCH_DEVICES
|
||||||
# define EDUKE32_GLES
|
# define EDUKE32_GLES
|
||||||
|
|
Loading…
Reference in a new issue