From f8bfb1dc8b7714f01b414d1845c855264cb4f6bd Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Mon, 27 Jul 2009 10:02:01 -0500 Subject: [PATCH] tap-win32: Use correct headers. Replace the usage of DDK headers with the SDK counterpart "winioctl.h". Signed-off-by: Filip Navara Signed-off-by: Anthony Liguori --- tap-win32.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tap-win32.c b/tap-win32.c index 44f96e5376..2c02ce3013 100644 --- a/tap-win32.c +++ b/tap-win32.c @@ -30,13 +30,7 @@ #include "sysemu.h" #include #include - -/* NOTE: PCIBus is redefined in winddk.h */ -#define PCIBus _PCIBus -#include -#include -#include -#undef PCIBus +#include //============= // TAP IOCTLs