mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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>
This commit is contained in:
parent
2bb8c10c91
commit
f8bfb1dc8b
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue