grammar updates
[mono.git] / mono / metadata / decimal.c
index 0e80069471a27173cce87cecfecccc98efaa0361..ca8c3fa783d85888add06ab41a2e8d456523b749 100644 (file)
 #include <math.h>
 
 /* needed for building microsoft dll */
+#ifdef __GNUC__
 #define DECINLINE __inline
+#else
+#define DECINLINE
+#endif
 
 #define LIT_GUINT32(x) x
 #define LIT_GUINT64(x) x##L