ReactOS 0.4.15-dev-7942-gd23573b
precomp.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Secondary Logon Service
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Secondary Logon service RPC server
5 * COPYRIGHT: Eric Kohl 2022 <eric.kohl@reactos.org>
6 */
7
8#ifndef _SECLOGON_PCH_
9#define _SECLOGON_PCH_
10
11#include <limits.h>
12#include <stdarg.h>
13#include <stdio.h>
14
15#define WIN32_NO_STATUS
16#define _INC_WINDOWS
17#define COM_NO_WINDOWS_H
18#include <windef.h>
19#include <winbase.h>
20#include <winreg.h>
21#include <winsvc.h>
22#include <svc.h>
23#include <userenv.h>
24
25#define NTOS_MODE_USER
26#include <ndk/rtlfuncs.h>
27
28#include <wine/debug.h>
29
32
35
38
39#endif /* _SECLOGON_PCH_ */
HINSTANCE hDllInstance
Definition: browser.c:17
DWORD StartRpcServer(VOID)
Definition: rpcserver.c:32
PSVCHOST_GLOBAL_DATA lpServiceGlobals
Definition: seclogon.c:18
DWORD StopRpcServer(VOID)
Definition: rpcserver.c:44
unsigned long DWORD
Definition: ntddk_ex.h:95