Apparently VS2013 doesn't like redefining "inline" either

git-svn-id: https://svn.eduke32.com/eduke32@3905 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2013-06-27 23:05:24 +00:00
parent 6ed7562f10
commit 2f883eaed1
1 changed files with 3 additions and 1 deletions

View File

@ -125,10 +125,12 @@
#if defined(_MSC_VER)
#include <direct.h>
# define inline __inline
# define longlong(x) x##i64
#if _MSC_VER < 1800
# define inline __inline
static inline float nearbyintf(float x)
{
uint32_t w1, w2;