mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
[WINLOGON][MPR][SDK] WNetClearConnections: Fix function parameter type (#3480)
Addendum to 62f79fae93
.
Signed-off-by: Serge Gautherie <reactos-git_serge_171003@gautherie.fr>
This commit is contained in:
parent
5f03339239
commit
0dedb9b474
3 changed files with 3 additions and 3 deletions
|
@ -2,6 +2,6 @@
|
|||
#define _UNDOCMPR_H
|
||||
|
||||
/* WNET undocumented functions */
|
||||
DWORD WINAPI WNetClearConnections(HANDLE owner);
|
||||
DWORD WINAPI WNetClearConnections(HWND owner);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue