NT4/private/ntos/pnp/precomp.h
2020-09-30 17:12:29 +02:00

30 lines
422 B
C

//
// This header file is intended to be used with PCH
// (precompiled header files).
//
//#ifndef UNICODE
//#define UNICODE
//#endif
//
// NT Header Files
//
#include <ntos.h>
#include <zwapi.h>
//
// CRT Header Files
//
#include <stdio.h>
#include <string.h>
//
// Plug and Play Manager Internal Header File
//
#include "pnpi.h"
//
// I/O Private Header Files for Registry Helper Functions
//
#include "..\io\iop.h"