dbus/dbus-sysdeps-win.c: _dbus_getpid() returns dbus_pid_t (cherry picked from commit...
authorTor Lillqvist <tml@iki.fi>
Wed, 22 Apr 2009 10:26:04 +0000 (12:26 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 30 Nov 2009 12:21:31 +0000 (13:21 +0100)
dbus/dbus-sysdeps-win.c

index f96d40a..9a29a39 100644 (file)
@@ -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 ();