mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
Addendum to 62f79fae93.
Signed-off-by: Serge Gautherie <[email protected]>
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
|