From: Filip Navara Date: Mon, 27 Jul 2009 15:02:01 +0000 (-0500) Subject: tap-win32: Use correct headers. X-Git-Tag: v0.12.0-rc0~1822 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8bfb1dc8b7714f01b414d1845c855264cb4f6bd;p=thirdparty%2Fqemu.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 44f96e5376b..2c02ce30134 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