dbus/dbus-internals.c: "#define inline" is only needed on MSVC, not mingw (cherry picked from commit 314e91e3ee2566477918a51dbddd9eb141b33a23)

This commit is contained in:
Tor Lillqvist 2009-04-22 10:08:41 +02:00 committed by Ralf Habacker
parent 807fd7e731
commit 8a7f49a51e

View 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