mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
27 lines
459 B
C
27 lines
459 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 <winnls.h>
|
|
#include <winreg.h>
|
|
#include <sspi.h>
|
|
#include <ntsecapi.h>
|
|
#include <ntsecpkg.h>
|
|
#include <schannel.h>
|
|
|
|
#include <wine/debug.h>
|
|
#include <wine/list.h>
|
|
#include <wine/unicode.h>
|
|
|
|
#include "schannel_priv.h"
|
|
|
|
#endif /* !_SCHANNEL_PCH_ */
|