diff options
author | Filip Navara <filip.navara@gmail.com> | 2009-07-27 10:02:01 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:15 -0500 |
commit | f8bfb1dc8b7714f01b414d1845c855264cb4f6bd (patch) | |
tree | 36809ff951d2dbae716a16d2c55c78fa1943a29c /tap-win32.c | |
parent | 2bb8c10c91c188fc23e624cc33e4c1886bcad08f (diff) |
tap-win32: Use correct headers.
Replace the usage of DDK headers with the SDK counterpart "winioctl.h".
Signed-off-by: Filip Navara <filip.navara@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
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 |