mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[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:
parent
efc03277d4
commit
5810838528
4 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
|
|
||||||
#include "pciidex.h"
|
#include "pciidex.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue