ole32: Fix a typo in argument name.
This commit is contained in:
parent
1133295267
commit
4cef7ad841
|
@ -308,7 +308,7 @@ static unsigned char * handle_UserUnmarshal(ULONG *pFlags, unsigned char *pBuffe
|
|||
return pBuffer + sizeof(RemotableHandle);
|
||||
}
|
||||
|
||||
static void handle_UserFree(ULONG *pFlags, HANDLE *phMenu)
|
||||
static void handle_UserFree(ULONG *pFlags, HANDLE *handle)
|
||||
{
|
||||
/* nothing to do */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue