提交 f8bfb1dc 编写于 作者: F Filip Navara 提交者: Anthony Liguori

tap-win32: Use correct headers.

Replace the usage of DDK headers with the SDK counterpart "winioctl.h".
Signed-off-by: NFilip Navara <filip.navara@gmail.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 2bb8c10c
...@@ -30,13 +30,7 @@ ...@@ -30,13 +30,7 @@
#include "sysemu.h" #include "sysemu.h"
#include <stdio.h> #include <stdio.h>
#include <windows.h> #include <windows.h>
#include <winioctl.h>
/* NOTE: PCIBus is redefined in winddk.h */
#define PCIBus _PCIBus
#include <ddk/ntapi.h>
#include <ddk/winddk.h>
#include <ddk/ntddk.h>
#undef PCIBus
//============= //=============
// TAP IOCTLs // TAP IOCTLs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册