mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 18:27:57 +02:00
dbus/dbus-internals.c: "#define inline" is only needed on MSVC, not mingw (cherry picked from commit 314e91e3ee2566477918a51dbddd9eb141b33a23)
This commit is contained in:
parent
807fd7e731
commit
8a7f49a51e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue