mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 02:12:49 +08:00
Addendum to 62f79fae93.
Signed-off-by: Serge Gautherie <reactos-git_serge_171003@gautherie.fr>
8 lines
130 B
C
8 lines
130 B
C
#ifndef _UNDOCMPR_H
|
|
#define _UNDOCMPR_H
|
|
|
|
/* WNET undocumented functions */
|
|
DWORD WINAPI WNetClearConnections(HWND owner);
|
|
|
|
#endif
|