diff options
Diffstat (limited to 'protocols/ConnectionNotify/src/pid2name.h')
-rw-r--r-- | protocols/ConnectionNotify/src/pid2name.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ConnectionNotify/src/pid2name.h b/protocols/ConnectionNotify/src/pid2name.h index 96338a14b1..493379b8aa 100644 --- a/protocols/ConnectionNotify/src/pid2name.h +++ b/protocols/ConnectionNotify/src/pid2name.h @@ -3,6 +3,6 @@ #ifndef _INC_PID2NAME #define _INC_PID2NAME -void pid2name(DWORD, wchar_t*, size_t); +void pid2name(uint32_t, wchar_t*, size_t); #endif |