mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix the build for everything else; it looks like the macro definition for
ATTRIBUTE was just missing from helixhorned's change. git-svn-id: https://svn.eduke32.com/eduke32@1742 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b75261d41b
commit
c2768ccf98
1 changed files with 2 additions and 1 deletions
|
@ -91,8 +91,9 @@
|
|||
# include <efence.h>
|
||||
#endif
|
||||
|
||||
#define ATTRIBUTE(x)
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# define ATTRIBUTE(x)
|
||||
# define inline __inline
|
||||
# define longlong(x) x##i64
|
||||
static inline float nearbyintf(float x)
|
||||
|
|
Loading…
Reference in a new issue