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.
 
 
 
 
 
 

38 lines
603 B

#ifndef _STDAFX_H_
#define _STDAFX_H_
#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 <ntsam.h>
#include <lm.h>
#include <lmerr.h>
#include <WinError.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"
#include <assert.h>
#undef UNUSED
#include <netlib.h>
#include <lsarpc.h>
#endif