Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

pch.h

Go to the documentation of this file.
00001 /*++ 00002 00003 Copyright (c) 1998 Microsoft Corporation 00004 00005 Module Name: 00006 00007 pch.h 00008 00009 Abstract: 00010 00011 This is the pre-compile header file. 00012 00013 Author: 00014 Michael Tsang (MikeTs) 1-Sep-1998 00015 00016 Environment: 00017 00018 Kernel mode 00019 00020 00021 Revision History: 00022 00023 00024 --*/ 00025 00026 #ifndef _PCH_H 00027 #define _PCH_H 00028 00029 #define MODNAME "IOERR" 00030 00031 #if DBG 00032 #define TRACING 00033 #endif 00034 00035 #include <ntos.h> 00036 #include <zwapi.h> 00037 #include <wchar.h> 00038 #include <wmistr.h> 00039 #include <pnpiop.h> 00040 #include <trackirp.h> 00041 #include "ecdb.h" 00042 #include "ioep.h" 00043 #include "trace.h" 00044 #include "data.h" 00045 00046 #endif //ifndef _PCH_H

Generated on Sat May 15 19:41:08 2004 for test by doxygen 1.3.7