mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Equivalent to jfbuild commit b6a666745cea21c6f8193b046bcdd0636fb7c166
git-svn-id: https://svn.eduke32.com/eduke32@8158 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0270cc2df5
commit
8e088f6659
1 changed files with 4 additions and 0 deletions
|
@ -4,7 +4,11 @@
|
||||||
#ifdef USE_OPENGL
|
#ifdef USE_OPENGL
|
||||||
#include "hightile.h"
|
#include "hightile.h"
|
||||||
|
|
||||||
|
#if defined(_M_IX86) || defined(_M_AMD64) || defined(__i386) || defined(__x86_64)
|
||||||
|
#define SHIFTMOD32(a) (a)
|
||||||
|
#else
|
||||||
#define SHIFTMOD32(a) ((a)&31)
|
#define SHIFTMOD32(a) ((a)&31)
|
||||||
|
#endif
|
||||||
|
|
||||||
#define IDP2_MAGIC 0x32504449
|
#define IDP2_MAGIC 0x32504449
|
||||||
#define IDP3_MAGIC 0x33504449
|
#define IDP3_MAGIC 0x33504449
|
||||||
|
|
Loading…
Reference in a new issue