summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de>2010-04-21 14:25:29 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2010-05-07 11:31:40 +0200
commit7490c60b7701e3cf55a51b8f65d18d2f292f70b5 (patch)
treebb9bf673f5c4fbd8f926f1e04e9902f02b98f65b /configure.in
parent3222b64d4a5e333ad3f95374a17fc4ecd6bc1431 (diff)
downloaddbus-7490c60b7701e3cf55a51b8f65d18d2f292f70b5.tar.gz
dbus-7490c60b7701e3cf55a51b8f65d18d2f292f70b5.tar.bz2
dbus-7490c60b7701e3cf55a51b8f65d18d2f292f70b5.zip
Move definition of _WIN32_WCE to configure.in (cmake defines it already).
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4bc50e7a..484e6aea 100644
--- a/configure.in
+++ b/configure.in
@@ -100,6 +100,7 @@ if test "$dbus_win" = yes; then
fi
if test "$dbus_wince" = yes; then
AC_DEFINE(DBUS_WINCE,1,[Defined if we run on a W32 CE API based system])
+ AC_DEFINE(_WIN32_WCE, 0x0502, [Defined to get newer W32 CE APIs])
fi
else
AC_DEFINE(DBUS_UNIX,1,[Defined if we run on a Unix-based system])