mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[USBEHCI]
* Improve the GUIDs situation. CORE-7716 svn path=/trunk/; revision=61952
This commit is contained in:
parent
d42c5357fd
commit
94d0781f86
2 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,7 @@ add_library(usbehci SHARED
|
|||
usbehci.rc)
|
||||
|
||||
target_link_libraries(usbehci
|
||||
uuid
|
||||
libusb
|
||||
libcntpr
|
||||
${PSEH_LIB})
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
/* 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 */
|
||||
|
|
Loading…
Reference in a new issue