[PCIIDEX]

* Remove one time inclusions from the main header and put them back where they belong.
* Improve the GUIDs situation.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61949
This commit is contained in:
Amine Khaldi 2014-02-03 10:48:20 +00:00
parent efc03277d4
commit 5810838528
4 changed files with 5 additions and 4 deletions

View file

@ -11,6 +11,9 @@
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>
#include <initguid.h>
#include <wdmguid.h>
static NTSTATUS static NTSTATUS
GetBusInterface( GetBusInterface(
IN PFDO_DEVICE_EXTENSION DeviceExtension) IN PFDO_DEVICE_EXTENSION DeviceExtension)

View file

@ -6,7 +6,6 @@
* PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org)
*/ */
#define INITGUID
#include "pciidex.h" #include "pciidex.h"
#define NDEBUG #define NDEBUG

View file

@ -1,8 +1,5 @@
#include <ntifs.h> #include <ntifs.h>
#include <ntddk.h>
#include <ide.h> #include <ide.h>
#include <wdmguid.h>
#include <stdio.h>
typedef struct _PCIIDEX_DRIVER_EXTENSION typedef struct _PCIIDEX_DRIVER_EXTENSION
{ {

View file

@ -8,6 +8,8 @@
#include "pciidex.h" #include "pciidex.h"
#include <stdio.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>