reactos/sdk/include/reactos/undocmpr.h
Pierre Schweitzer a06184a9a4
[WINLOGON] Fix build
Add a specific internal header for MPR and include it in WinLogon.

CORE-15012
2018-09-14 08:15:08 +02:00

8 lines
132 B
C

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