diff options
Diffstat (limited to 'tap-win32.c')
-rw-r--r-- | tap-win32.c | 8 |
1 files changed, 1 insertions, 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 <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 |