mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
Add a specific internal header for MPR and include it in WinLogon. CORE-15012
8 lines
132 B
C
8 lines
132 B
C
#ifndef _UNDOCMPR_H
|
|
#define _UNDOCMPR_H
|
|
|
|
/* WNET undocumented functions */
|
|
DWORD WINAPI WNetClearConnections(HANDLE owner);
|
|
|
|
#endif
|