From b90ea08d19b9ea2937d219df45c5f652114cd69a Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 3 Feb 2014 10:53:56 +0000 Subject: [PATCH] [USBOHCI] * Improve the GUIDs situation. CORE-7716 svn path=/trunk/; revision=61954 --- reactos/drivers/usb/usbohci/guid.cpp | 5 ++++- reactos/drivers/usb/usbohci/hardware.h | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/usb/usbohci/guid.cpp b/reactos/drivers/usb/usbohci/guid.cpp index 8ea477c936f..50a60369ff3 100644 --- a/reactos/drivers/usb/usbohci/guid.cpp +++ b/reactos/drivers/usb/usbohci/guid.cpp @@ -1,6 +1,9 @@ /* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */ +#include #include -#include +#include +#include +#include /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */ diff --git a/reactos/drivers/usb/usbohci/hardware.h b/reactos/drivers/usb/usbohci/hardware.h index 38f6620b3c7..e8ed97ba16b 100644 --- a/reactos/drivers/usb/usbohci/hardware.h +++ b/reactos/drivers/usb/usbohci/hardware.h @@ -345,4 +345,3 @@ C_ASSERT(sizeof(OHCI_ISO_TD) == 48); #define OHCI_ITD_SET_FRAME_COUNT(x) (((x) - 1) << 24) #define OHCI_ITD_GET_CONDITION_CODE(x) ((x) >> 28) #define OHCI_ITD_NO_CONDITION_CODE 0xf0000000 -