summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-06-16 08:09:41 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-06-16 08:09:41 +0000
commitbfe6bf0fd105dac4d49bf83382316c4c88f37a49 (patch)
tree48a2dd0cdc448a1b18061822b7e684dfee60411d /dbus
parentd9b9b45554b43d8c41eb1b8bd7c0421620cddcd4 (diff)
* cmake/CMakeLists.txt: use local include header first
* dbus/dbus-sysdeps-win.c: mingw compile fix of DBusCredential struct
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus-sysdeps-win.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c
index f938bda8..80a17938 100644
--- a/dbus/dbus-sysdeps-win.c
+++ b/dbus/dbus-sysdeps-win.c
@@ -28,11 +28,11 @@
/* #define ENABLE_DBUSUSERINFO */
-typedef struct DBusCredentials{
+struct DBusCredentials{
int uid;
int gid;
int pid;
-} DBusCredentials;
+};
#undef open