[Spice-devel] [PATCH] vdagent-win: Fix compile under MingW
Frediano Ziglio
fziglio at redhat.com
Thu Apr 23 05:22:24 PDT 2015
Including directly shlobj.h in some MingW environment lead to some missing
definitions error. Including windows.h before fix the problem.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
vdagent/file_xfer.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/vdagent/file_xfer.cpp b/vdagent/file_xfer.cpp
index 9e0bcda..c6f3916 100644
--- a/vdagent/file_xfer.cpp
+++ b/vdagent/file_xfer.cpp
@@ -15,6 +15,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <windows.h>
#include <shlobj.h>
#define __STDC_FORMAT_MACROS
#define __USE_MINGW_ANSI_STDIO 1
--
2.1.0
More information about the Spice-devel
mailing list