mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
b819608ed8
svn path=/branches/condrv_restructure/; revision=63104
21 lines
356 B
C
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_ */
|