mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:53:22 +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
|
@ -45,8 +45,6 @@ typedef PVOID PIO_REMOVE_LOCK;
|
|||
|
||||
#include "wdmdefs.h"
|
||||
|
||||
#define WDF_VIOLATION ((ULONG)0x0000010DL)
|
||||
|
||||
#define FX_PLUGPLAY_REGKEY_DEVICEMAP 0x8
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue