mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:31:44 +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
|
@ -157,7 +157,7 @@ extern "C" {
|
|||
#define FX_CALLBACKLOCK_ORDER_PACKAGE 0x30
|
||||
#define FX_CALLBACKLOCK_ORDER_QUEUE 0x31
|
||||
|
||||
#define FX_VERIFIER_LOCK_ENTRY(FX_OBJECT_TYPE, FX_LOCK_ORDER) { ##FX_OBJECT_TYPE, ##FX_LOCK_ORDER }
|
||||
#define FX_VERIFIER_LOCK_ENTRY(FX_OBJECT_TYPE, FX_LOCK_ORDER) { FX_OBJECT_TYPE, FX_LOCK_ORDER }
|
||||
|
||||
// Internal FxLock spinlock entries
|
||||
#define FX_VERIFIER_LOCK_ENTRIES() \
|
||||
|
@ -303,7 +303,7 @@ private:
|
|||
);
|
||||
|
||||
void
|
||||
FxVerifierLock::FxVerifierLockDumpDetails(
|
||||
FxVerifierLockDumpDetails(
|
||||
__in FxVerifierLock* Lock,
|
||||
__in PVOID curThread,
|
||||
__in FxVerifierLock* PerThreadList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue