Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

37 lines
614 B

#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