qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 6/9] w32: Add and use intermediate include file


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 6/9] w32: Add and use intermediate include file for windows.h
Date: Mon, 24 Feb 2014 11:26:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Il 23/02/2014 18:02, Stefan Weil ha scritto:
diff --git a/qga/channel-win32.c b/qga/channel-win32.c
index 8a303f3..3a0bf13 100644
--- a/qga/channel-win32.c
+++ b/qga/channel-win32.c
@@ -2,7 +2,7 @@
 #include <stdio.h>
 #include <stdbool.h>
 #include <glib.h>
-#include <windows.h>
+#include "sysemu/os-winapi.h"
 #include <errno.h>
 #include <io.h>
 #include "qga/guest-agent-core.h"

qga/ is not supposed to include include/sysemu (which is just for qemu-system-*). I guess you can call the new file include/qemu/winapi.h

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]