From: Filip Navara Date: Mon, 27 Jul 2009 15:02:01 +0000 (-0500) Subject: tap-win32: Use correct headers. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f8bfb1dc8b7714f01b414d1845c855264cb4f6bd;p=qemu.git 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 --- 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