ReactOS 0.4.15-dev-7942-gd23573b
precomp.h
Go to the documentation of this file.
1#ifndef _MSV1_0_PRECOMP_H_
2#define _MSV1_0_PRECOMP_H_
3
4#define WIN32_NO_STATUS
5#define _INC_WINDOWS
6#define COM_NO_WINDOWS_H
7#include <stdarg.h>
8#include <stdbool.h>
9#include <windef.h>
10#include <winbase.h>
11#include <winreg.h>
12#include <intsafe.h>
13#define NTOS_MODE_USER
14#include <ndk/cmfuncs.h>
15#include <ndk/kefuncs.h>
16#include <ndk/lpctypes.h>
17#include <ndk/lpcfuncs.h>
18#include <ndk/mmfuncs.h>
19#include <ndk/obfuncs.h>
20#include <ndk/psfuncs.h>
21#include <ndk/rtlfuncs.h>
22#include <ndk/setypes.h>
23#include <ndk/sefuncs.h>
24
25#include <sspi.h>
26#include <ntsecapi.h>
27#include <ntsecpkg.h>
28#include <ntsam.h>
29#include <ntlsa.h>
30
31#include <samsrv/samsrv.h>
32//#include <lsass/lsasrv.h>
33
34#include "ntlm/global.h"
35#include "ntlm/protocol.h"
36#include "ntlm/util.h"
37#include "lsa.h"
38#include "msv1_0.h"
39#include "sam.h"
40#include "user.h"
41#include "usercontext.h"
42
43#include <wine/debug.h>
44
45#endif
Windows helper functions for integer overflow prevention.