38 lines
614 B
C
38 lines
614 B
C
#ifndef _STDAFX_H_
|
|
#define _STDAFX_H_
|
|
|
|
#ifndef _MBCS
|
|
#define _MBCS // using MBCS enabling function
|
|
#endif
|
|
#include <tchar.h>
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#undef ASSERT
|
|
#include <afxwin.h>
|
|
#include <afxext.h>
|
|
#include <afxcoll.h>
|
|
#include <afxcmn.h>
|
|
#include <malloc.h>
|
|
#include <WinError.h>
|
|
|
|
#include <ntsam.h>
|
|
#include <ntlsa.h>
|
|
#include <lm.h>
|
|
#include <lmerr.h>
|
|
|
|
#include <dbgutil.h>
|
|
#include <buffer.hxx>
|
|
|
|
#include "resource.h"
|
|
#include "registry.h"
|
|
#include "const.h"
|
|
#include "initapp.h"
|
|
#include "helper.h"
|
|
#include "dllmain.h"
|
|
#include "setuputl.h"
|
|
#include "shellutl.h"
|
|
|
|
#endif
|
|
|