/* * PROJECT: ReactOS NetLogon Service * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) * PURPOSE: NetLogon service RPC server * COPYRIGHT: Eric Kohl 2019 */ #ifndef _NETLOGON_PCH_ #define _NETLOGON_PCH_ #define WIN32_NO_STATUS #define _INC_WINDOWS #define COM_NO_WINDOWS_H #include #include #include #include #include #include #include #include #include #include extern HINSTANCE hDllInstance; DWORD WINAPI RpcThreadRoutine( LPVOID lpParameter); #endif /* _NETLOGON_PCH_ */