2018-03-23 11:20:45 +00:00
|
|
|
|
2013-12-27 10:31:09 +00:00
|
|
|
#ifndef _SCHANNEL_PCH_
|
|
|
|
#define _SCHANNEL_PCH_
|
|
|
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
2014-02-07 18:02:02 +00:00
|
|
|
|
|
|
|
#include <ntstatus.h>
|
|
|
|
#define WIN32_NO_STATUS
|
2013-12-27 10:31:09 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
2014-08-30 21:33:21 +00:00
|
|
|
#include <winnls.h>
|
|
|
|
#include <winreg.h>
|
2013-12-27 10:31:09 +00:00
|
|
|
#include <sspi.h>
|
|
|
|
#include <ntsecapi.h>
|
|
|
|
#include <ntsecpkg.h>
|
2014-08-30 21:33:21 +00:00
|
|
|
#include <schannel.h>
|
|
|
|
|
2013-12-27 10:31:09 +00:00
|
|
|
#include <wine/debug.h>
|
2018-03-23 11:20:45 +00:00
|
|
|
#include <wine/list.h>
|
2014-08-30 21:33:21 +00:00
|
|
|
#include <wine/unicode.h>
|
|
|
|
|
2018-03-23 11:20:45 +00:00
|
|
|
#include "schannel_priv.h"
|
2013-12-27 10:31:09 +00:00
|
|
|
|
2018-03-23 11:20:45 +00:00
|
|
|
#endif /* !_SCHANNEL_PCH_ */
|