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:
plagman 2010-12-20 03:34:18 +00:00
parent b75261d41b
commit c2768ccf98

View file

@ -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)