mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
18a81d5d1e
* Sync up to trunk head (r64124). svn path=/branches/shell-experiments/; revision=64126
29 lines
497 B
C
29 lines
497 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/list.h>
|
|
#include "schannel_priv.h"
|
|
|
|
#include <wine/debug.h>
|
|
#include <wine/unicode.h>
|
|
|
|
WINE_DEFAULT_DEBUG_CHANNEL(schannel);
|
|
|
|
#endif /* _SCHANNEL_PCH_ */
|