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:
Filip Navara 2009-07-27 10:02:01 -05:00 committed by Anthony Liguori
parent 2bb8c10c91
commit f8bfb1dc8b
1 changed files with 1 additions and 7 deletions

View File

@ -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