rename mangling stuff to avoid name clashes
[libfirm] / win32 / config.h
index 9054080..963d3d7 100644 (file)
@@ -97,7 +97,9 @@
 /* Define the right const token */
 /* #undef const */
 
-#define INLINE __inline
+#ifndef inline
+#define inline __inline
+#endif
 
 /* map some non-POSIX names for Win32 */
 #define snprintf    _snprintf