diff options
Diffstat (limited to 'dbus/dbus-sysdeps-win.c')
-rw-r--r-- | dbus/dbus-sysdeps-win.c | 4 |
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 |