[WINLOGON] Fix build

Add a specific internal header for MPR and include it in WinLogon.

CORE-15012
This commit is contained in:
Pierre Schweitzer 2018-09-14 08:15:08 +02:00
parent 62f79fae93
commit a06184a9a4
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
3 changed files with 8 additions and 3 deletions

View file

@ -42,6 +42,7 @@
#include <strsafe.h>
#include <reactos/undocuser.h>
#include <reactos/undocmpr.h>
BOOL
WINAPI

View file

@ -0,0 +1,7 @@
#ifndef _UNDOCMPR_H
#define _UNDOCMPR_H
/* WNET undocumented functions */
DWORD WINAPI WNetClearConnections(HANDLE owner);
#endif

View file

@ -378,9 +378,6 @@ BOOL WINAPI RegisterUserApiHook(PUSERAPIHOOKINFO puah);
BOOL WINAPI UnregisterUserApiHook(VOID);
/* WNET undocumented functions */
DWORD WINAPI WNetClearConnections(DWORD dwUnknown);
#ifdef __cplusplus
} /* extern "C" */
#endif /* defined(__cplusplus) */