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.
 
 
 
 
 
 

26 lines
340 B

//
// StdAfx.h
//
#define STRICT
#define VC_EXTRALEAN
#include <windows.h>
#include <tchar.h>
#include <stdarg.h>
// fauxmfc.cpp needs these
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include "Debug.h"
#define _FAUXMFC_NO_SYNCOBJ
#include "FauxMFC.h"
#include "Util.h"
#define _REG_ALLOCMEM 0
#include "Registry.h"