mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
6ed7562f10
commit
2f883eaed1
1 changed files with 3 additions and 1 deletions
|
@ -125,10 +125,12 @@
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
# define inline __inline
|
|
||||||
# define longlong(x) x##i64
|
# define longlong(x) x##i64
|
||||||
|
|
||||||
#if _MSC_VER < 1800
|
#if _MSC_VER < 1800
|
||||||
|
# define inline __inline
|
||||||
|
|
||||||
static inline float nearbyintf(float x)
|
static inline float nearbyintf(float x)
|
||||||
{
|
{
|
||||||
uint32_t w1, w2;
|
uint32_t w1, w2;
|
||||||
|
|
Loading…
Reference in a new issue