ddk/ntddk.h: include ntdef.h

Austin English austinenglish at gmail.com
Tue Feb 3 12:25:23 CST 2015


-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150203/04c299aa/attachment.html>
-------------- next part --------------
diff --git a/include/ddk/ntddk.h b/include/ddk/ntddk.h
index e9c3fba..6c3d3d5 100644
--- a/include/ddk/ntddk.h
+++ b/include/ddk/ntddk.h
@@ -23,7 +23,7 @@
 #include <ddk/wdm.h>
 
 #include <excpt.h>
-/* FIXME: #include <ntdef.h> */
+#include <ntdef.h>
 #include <ntstatus.h>
 /* FIXME: #include <bugcodes.h> */
 /* FIXME: #include <ntiologc.h> */


More information about the wine-patches mailing list