fix r1740 msvc build breakage

git-svn-id: https://svn.eduke32.com/eduke32@1741 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2010-12-19 23:00:11 +00:00
parent 92223c2c85
commit b75261d41b

View file

@ -92,6 +92,7 @@
#endif
#if defined(_MSC_VER)
# define ATTRIBUTE(x)
# define inline __inline
# define longlong(x) x##i64
static inline float nearbyintf(float x)