summaryrefslogtreecommitdiff
path: root/cmake/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/config.h.cmake')
-rw-r--r--cmake/config.h.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index 6bc6aa56..b4bfc802 100644
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -253,4 +253,8 @@
#define _dbus_verbose_C_S _dbus_verbose
#endif
+# if defined(_MSC_VER) && !defined(inline)
+#define inline __inline
+#endif
+
#endif // _DBUS_CONFIG_H