mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[PCI]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. * Improve the GUIDs situation. CORE-7716 svn path=/trunk/; revision=61523
This commit is contained in:
@@ -9,9 +9,7 @@
|
||||
|
||||
#include "pci.h"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#define NDEBUG
|
||||
#endif
|
||||
#include <debug.h>
|
||||
|
||||
/*** PRIVATE *****************************************************************/
|
||||
|
||||
@@ -7,12 +7,11 @@
|
||||
* 10-09-2001 CSH Created
|
||||
*/
|
||||
|
||||
#define INITGUID
|
||||
#include "pci.h"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <stdio.h>
|
||||
|
||||
#define NDEBUG
|
||||
#endif
|
||||
#include <debug.h>
|
||||
|
||||
static DRIVER_DISPATCH PciDispatchDeviceControl;
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
#include <ntifs.h>
|
||||
#include <wdmguid.h>
|
||||
#include <stdio.h>
|
||||
#include <ntddk.h>
|
||||
|
||||
#define TAG_PCI '0ICP'
|
||||
|
||||
|
||||
@@ -9,9 +9,10 @@
|
||||
|
||||
#include "pci.h"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <initguid.h>
|
||||
#include <wdmguid.h>
|
||||
|
||||
#define NDEBUG
|
||||
#endif
|
||||
#include <debug.h>
|
||||
|
||||
/*** PRIVATE *****************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user