dbus/dbus-internals.c: "#define inline" is only needed on MSVC, not mingw (cherry...
authorTor Lillqvist <tml@iki.fi>
Wed, 22 Apr 2009 08:08:41 +0000 (10:08 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 30 Nov 2009 12:14:18 +0000 (13:14 +0100)
dbus/dbus-internals.c

index 96302d7..0ec2897 100644 (file)
@@ -298,7 +298,7 @@ static dbus_bool_t verbose = TRUE;
 #include <pthread.h>
 #endif
 
-#ifdef DBUS_WIN
+#ifdef _MSC_VER
 #define inline
 #endif
 #ifdef DBUS_USE_OUTPUT_DEBUG_STRING