mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:53:37 +00:00
[WDF] Fix KMDF so it can compile with ReactOS SDK
Not all files are included, but these are necessary to compile cdrom driver. So far it can only be statically linked with drivers, a proper implementation requires wdfldr helper driver
This commit is contained in:
parent
8a978a179f
commit
1f377076d7
258 changed files with 4047 additions and 2387 deletions
|
@ -21,7 +21,7 @@ Revision History:
|
|||
#ifndef _FXUSBDEVICE_H_
|
||||
#define _FXUSBDEVICE_H_
|
||||
|
||||
#include "FxUsbRequestContext.hpp"
|
||||
#include "fxusbrequestcontext.hpp"
|
||||
|
||||
typedef enum _FX_URB_TYPE : UCHAR {
|
||||
FxUrbTypeLegacy,
|
||||
|
@ -214,6 +214,7 @@ public:
|
|||
);
|
||||
|
||||
__inline
|
||||
VOID
|
||||
CopyDeviceDescriptor(
|
||||
__out PUSB_DEVICE_DESCRIPTOR UsbDeviceDescriptor
|
||||
)
|
||||
|
@ -449,7 +450,9 @@ public:
|
|||
PURB* Urb
|
||||
);
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:28285)
|
||||
#endif
|
||||
__checkReturn
|
||||
NTSTATUS
|
||||
CreateIsochUrb(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue