Leaked source code of windows server 2003
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.
 
 
 
 
 
 

41 lines
720 B

/******************************************************************************
Copyright (c) 2000 Microsoft Corporation
Module Name:
stdafx.h
Abstract:
PCH
Revision History:
derekm 02/28/2001 created
******************************************************************************/
#ifndef STDAFX_ERS_H
#define STDAFX_ERS_H
#ifndef DEBUG
#define NOTRACE 1
#endif
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <winsta.h>
#include <userenv.h>
#include <aclapi.h>
#include <malloc.h>
#include <pchrexec.h>
#include <faultrep.h>
#include <util.h>
#include <strsafe.h>
#include <ercommon.h>
#include "ers.h"
#endif