* Improve the GUIDs situation.
CORE-7716
svn path=/trunk/; revision=61955
usbuhci.rc)
target_link_libraries(usbuhci
+ uuid
libusb
libcntpr
${PSEH_LIB})
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
+#include <wdm.h>
#include <initguid.h>
-#include <libusb.h>
+#include <wdmguid.h>
+#include <hubbusif.h>
+#include <usbbusif.h>
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
//
NTSTATUS NTAPI InternalCreateUSBRequest(PUSBREQUEST *OutRequest);
-#endif
+#endif /* USBUHCI_H__ */