From: Tor Lillqvist Date: Wed, 22 Apr 2009 10:26:04 +0000 (+0200) Subject: dbus/dbus-sysdeps-win.c: _dbus_getpid() returns dbus_pid_t (cherry picked from commit... X-Git-Tag: dbus-1.3.1~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b8aa7dc7c63d22fb7e9be4c653dfb3125ff6d04;p=thirdparty%2Fdbus.git dbus/dbus-sysdeps-win.c: _dbus_getpid() returns dbus_pid_t (cherry picked from commit 40a01bf6d2c6d216093d309ca4c48602a585960b) --- diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index f96d40ac3..9a29a39f1 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 ();