From bfe6bf0fd105dac4d49bf83382316c4c88f37a49 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sat, 16 Jun 2007 08:09:41 +0000 Subject: * cmake/CMakeLists.txt: use local include header first * dbus/dbus-sysdeps-win.c: mingw compile fix of DBusCredential struct --- dbus/dbus-sysdeps-win.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus') 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 -- cgit