You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
607 B
42 lines
607 B
#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
|
|
|
|
|