reactos/dll/win32/schannel/precomp.h

30 lines
497 B
C
Raw Normal View History

#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 <winnls.h>
#include <winreg.h>
#include <sspi.h>
#include <ntsecapi.h>
#include <ntsecpkg.h>
#include <schannel.h>
#include <wine/list.h>
#include "schannel_priv.h"
#include <wine/debug.h>
#include <wine/unicode.h>
WINE_DEFAULT_DEBUG_CHANNEL(schannel);
#endif /* _SCHANNEL_PCH_ */