[WDF] Fix KMDF so it can compile with ReactOS SDK
[reactos.git] / sdk / lib / drivers / wdf / kmdf / src / irphandlers / wmi / fxwmiinstance.cpp
index 2c79fe9..ce03197 100644 (file)
@@ -22,7 +22,7 @@ Revision History:
 #include "fxwmipch.hpp"
 
 extern "C" {
-#include "FxWmiInstance.tmh"
+// #include "FxWmiInstance.tmh"
 }
 
 FxWmiInstance::FxWmiInstance(
@@ -56,7 +56,7 @@ FxWmiInstance::Dispose(
     // of instances.  If we don't do this, the provider will have a list which
     // contains entries which have been freed.
     //
-    return __super::Dispose();
+    return FxNonPagedObject::Dispose(); // __super call
 }
 
 _Must_inspect_result_