dbus/dbus-sysdeps-win.c: _dbus_getpid() returns dbus_pid_t (cherry picked from commit...
[platform/upstream/dbus.git] / 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 ();