d9a7053494b1db49ee0f83618d256eae28ae3b0d
[reactos.git] / reactos / dll / win32 / schannel / precomp.h
1 #ifndef _SCHANNEL_PCH_
2 #define _SCHANNEL_PCH_
3
4 #include <stdarg.h>
5
6 #define _INC_WINDOWS
7 #define COM_NO_WINDOWS_H
8
9 #include <ntstatus.h>
10 #define WIN32_NO_STATUS
11 #include <windef.h>
12 #include <winbase.h>
13 #include <sspi.h>
14 #include <ntsecapi.h>
15 #include <ntsecpkg.h>
16
17 #include <wine/debug.h>
18 WINE_DEFAULT_DEBUG_CHANNEL(schannel);
19
20 #endif /* _SCHANNEL_PCH_ */