From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVL9w-0001e1-GR for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVL9q-0001b0-ES for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:11 -0400 Received: from [199.232.76.173] (port=39470 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVL9q-0001ar-8U for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:06 -0400 Received: from mx20.gnu.org ([199.232.41.8]:14407) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MVL9p-00062q-It for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:05 -0400 Received: from [82.113.48.144] (helo=FilipNavara-PC) by mx20.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MVL9o-0008Du-88 for qemu-devel@nongnu.org; Mon, 27 Jul 2009 04:02:04 -0400 Date: Mon, 27 Jul 09 10:02:01 Central Europe Standard Time From: Filip Navara Sender: Filip Navara MIME-Version: 1.0 Content-Type: text/plain; Message-Id: Subject: [Qemu-devel] [PATCH 1/5] tap-win32: Use correct headers. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Replace the usage of DDK headers with the SDK counterpart "winioctl.h". Signed-off-by: Filip Navara --- tap-win32.c | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/tap-win32.c b/tap-win32.c index 44f96e5..2c02ce3 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 -- 1.6.3.2.1299.gee46c