reactos/dll/win32/schannel/precomp.h
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

21 lines
356 B
C

#ifndef _SCHANNEL_PCH_
#define _SCHANNEL_PCH_
#include <stdarg.h>
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <ntstatus.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <sspi.h>
#include <ntsecapi.h>
#include <ntsecpkg.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(schannel);
#endif /* _SCHANNEL_PCH_ */