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.
 
 
 
 
 
 

39 lines
673 B

/*++
Copyright (c) 1991-1998 Microsoft Corporation
Module Name:
pch.h
Abstract:
Author:
Neil Sandlin (neilsa) 26-Apr-99
Environment:
Kernel mode only.
--*/
//
// Include files.
//
#include "stdio.h"
#include <stdarg.h>
#include "ntosp.h" // various NT definitions
#include <zwapi.h>
#include "ntdddisk.h" // disk device driver I/O control codes
#include "initguid.h"
#include "wdmguid.h"
#include "ntddpcm.h"
#include "mountdev.h"
#include "acpiioct.h"
#include <memcard.h> // this driver's data declarations
#include <extern.h>
#include <debug.h>