2 * PROJECT: ReactOS NetLogon Service
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: NetLogon service RPC server
5 * COPYRIGHT: Eric Kohl 2019 <eric.kohl@reactos.org>
11 #define WIN32_NO_STATUS
13 #define COM_NO_WINDOWS_H
23 #include <netlogon_s.h>
25 #include <wine/debug.h>
27 extern HINSTANCE hDllInstance
;
34 #endif /* _NETLOGON_PCH_ */