mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:03:07 +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
|
@ -33,8 +33,8 @@ Notes:
|
|||
// MmGetSystemRoutineAddress. This allows our code to be backwards compatible to Win7
|
||||
//
|
||||
#define TLG_HAVE_EVENT_SET_INFORMATION 2
|
||||
#include <traceloggingprovider.h>
|
||||
#include <telemetry\MicrosoftTelemetry.h>
|
||||
// #include <traceloggingprovider.h>
|
||||
// #include <telemetry\MicrosoftTelemetry.h>
|
||||
|
||||
// WDF01000.sys
|
||||
#define KMDF_FX_TRACE_LOGGING_PROVIDER_NAME "Microsoft.Wdf.KMDF.Fx"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue