summaryrefslogtreecommitdiff
path: root/cmake/config.h.cmake
diff options
context:
space:
mode:
authorFrank Osterfeld <frank@kdab.net>2009-07-24 10:39:54 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2009-12-01 09:20:25 +0100
commit4806504180cdea44ce612b8106f2a3e134d2db2f (patch)
tree7e0787243863d9b50727170a93265cfcbd3770f1 /cmake/config.h.cmake
parent0617102b4b156e40591e7af2a936a1988ef4b4d7 (diff)
downloaddbus-4806504180cdea44ce612b8106f2a3e134d2db2f.tar.gz
with msvc, replace va_copy by assigning the va_lists (cherry picked from commit 42d613fc9284afaa9543549be26f32e503a58348)
Diffstat (limited to 'cmake/config.h.cmake')
-rw-r--r--cmake/config.h.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index d3d59bae..1aee90f8 100644
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -78,6 +78,8 @@
#cmakedefine DBUS_BUILD_X11 1
+#define _DBUS_VA_COPY_ASSIGN(a1,a2) { a1 = a2; }
+
#cmakedefine DBUS_VA_COPY_FUNC
#if (defined DBUS_VA_COPY_FUNC)
# define DBUS_VA_COPY @DBUS_VA_COPY_FUNC@