[WDF] Fix KMDF so it can compile with ReactOS SDK
[reactos.git] / sdk / lib / drivers / wdf / shared / support / fxtelemetry.cpp
index 09ff414..8d91c29 100644 (file)
@@ -32,13 +32,13 @@ Notes:
 #include "fxldr.h"
 #include <ntstrsafe.h>
 #else
-#include "DriverFrameworks-UserMode-UmEvents.h"
-#include "FxldrUm.h"
+#include "driverframeworks-usermode-umevents.h"
+#include "fxldrum.h"
 #endif
 
 extern "C" {
 #if defined(EVENT_TRACING)
-#include "FxTelemetry.tmh"
+#include "fxtelemetry.tmh"
 #endif
 }