diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index f96d40ac..9a29a39f 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -1897,7 +1897,7 @@ _dbus_append_user_from_current_process (DBusString *str) * Gets our process ID * @returns process ID */ -unsigned long +dbus_pid_t _dbus_getpid (void) { return GetCurrentProcessId ();