00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
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