Files
reactos/sdk/include/reactos/undocmpr.h
2021-04-18 21:58:44 +03:00

8 lines
130 B
C

#ifndef _UNDOCMPR_H
#define _UNDOCMPR_H
/* WNET undocumented functions */
DWORD WINAPI WNetClearConnections(HWND owner);
#endif