Windows2003-3790/inetsrv/iis/admin/ssltools/stdafx.h
2020-09-30 16:53:55 +02:00

42 lines
607 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef _STDAFX_H_
#define _STDAFX_H_
#include <tchar.h>
extern "C"
{
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#undef ASSERT
}
#include <afxwin.h>
#include <afxext.h>
#include <afxcoll.h>
#include <afxcmn.h>
extern "C"
{
#include <ntsam.h>
#include <lm.h>
#include <lmerr.h>
}
//#include <dbgutil.h>
//#include <assert.h>
extern "C"
{
#include <md5.h>
#include <rc4.h>
#include <wincrypt.h>
#define SECURITY_WIN32
#include <sspi.h>
#include <ntsecapi.h>
#include <spseal.h>
#include <schnlsp.h>
}
#endif