mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-22 11:10:25 +01:00
dbus/dbus-sysdeps-win.c: _dbus_getpid() returns dbus_pid_t (cherry picked from commit 40a01bf6d2c6d216093d309ca4c48602a585960b)
This commit is contained in:
parent
2df200caf9
commit
3b8aa7dc7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue