* [Qemu-devel] [PATCH 1/5] tap-win32: Use correct headers.
@ 2009-07-27 8:02 Filip Navara
0 siblings, 0 replies; only message in thread
From: Filip Navara @ 2009-07-27 8:02 UTC (permalink / raw)
To: qemu-devel
Replace the usage of DDK headers with the SDK counterpart "winioctl.h".
Signed-off-by: Filip Navara <filip.navara@gmail.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-27 8:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 8:02 [Qemu-devel] [PATCH 1/5] tap-win32: Use correct headers Filip Navara
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.