qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/5] tap-win32: Use correct headers.


From: Filip Navara
Subject: [Qemu-devel] [PATCH 1/5] tap-win32: Use correct headers.
Date: Mon, 27 Jul 09 10:02:01 Central Europe Standard Time

Replace the usage of DDK headers with the SDK counterpart "winioctl.h".

Signed-off-by: Filip Navara <address@hidden>
---
 tap-win32.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/tap-win32.c b/tap-win32.c
index 44f96e5..2c02ce3 100644
--- a/tap-win32.c
+++ b/tap-win32.c
@@ -30,13 +30,7 @@
 #include "sysemu.h"
 #include <stdio.h>
 #include <windows.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
+#include <winioctl.h>
 
 //=============
 // TAP IOCTLs
-- 
1.6.3.2.1299.gee46c






reply via email to

[Prev in Thread] Current Thread [Next in Thread]