From b75261d41bcadb8287a01c9a9c2d960e9a042b01 Mon Sep 17 00:00:00 2001 From: terminx Date: Sun, 19 Dec 2010 23:00:11 +0000 Subject: [PATCH] fix r1740 msvc build breakage git-svn-id: https://svn.eduke32.com/eduke32@1741 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/include/compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/polymer/eduke32/build/include/compat.h b/polymer/eduke32/build/include/compat.h index 240777b82..15aff3105 100644 --- a/polymer/eduke32/build/include/compat.h +++ b/polymer/eduke32/build/include/compat.h @@ -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)