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.
36 lines
498 B
36 lines
498 B
#ifndef _STDAFX_H_
|
|
#define _STDAFX_H_
|
|
|
|
#ifdef _DEBUG
|
|
#undef _DEBUG
|
|
#endif
|
|
|
|
#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 <ntlsa.h>
|
|
#include <lm.h>
|
|
#include <lmerr.h>
|
|
}
|
|
|
|
#include "resource.h"
|
|
#include "registry.h"
|
|
#include "const.h"
|
|
#include "initapp.h"
|
|
#include "helper.h"
|
|
|
|
#endif
|
|
|