mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
fix r1740 msvc build breakage
git-svn-id: https://svn.eduke32.com/eduke32@1741 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
92223c2c85
commit
b75261d41b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue