qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] fix MinGW compilation when --enable-vnc-jpeg is specified
@ 2011-06-18  5:13 Roy Tam
  2011-06-18  8:35 ` Stefan Weil
  0 siblings, 1 reply; 14+ messages in thread
From: Roy Tam @ 2011-06-18  5:13 UTC (permalink / raw)
  To: qemu-devel

This patch fix conflicting types for 'INT32' in basetsd.h in including
qemu-common.h first.


Sign-off-by: Roy Tam  <roytam@gmail.com>
--
diff --git a/ui/vnc-enc-tight.c b/ui/vnc-enc-tight.c
index 87fdf35..1591df0 100644
--- a/ui/vnc-enc-tight.c
+++ b/ui/vnc-enc-tight.c
@@ -28,6 +28,8 @@

 #include "config-host.h"

+#include "qemu-common.h"
+
 #ifdef CONFIG_VNC_PNG
 #include <png.h>
 #endif
@@ -36,8 +38,6 @@
 #include <jpeglib.h>
 #endif

-#include "qemu-common.h"
-
 #include "bswap.h"
 #include "qint.h"
 #include "vnc.h"

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-06-30 15:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-18  5:13 [Qemu-devel] [PATCH] fix MinGW compilation when --enable-vnc-jpeg is specified Roy Tam
2011-06-18  8:35 ` Stefan Weil
2011-06-23 13:52   ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
2011-06-23 15:05     ` Stefan Weil
2011-06-24  5:30       ` Stefan Hajnoczi
2011-06-26 18:06       ` Blue Swirl
2011-06-26 20:03         ` Stefan Weil
2011-06-26 20:26           ` Blue Swirl
2011-06-27  2:37             ` TeLeMan
2011-06-27  4:15               ` Roy Tam
2011-06-27  5:40               ` Stefan Weil
2011-06-27  5:56                 ` Roy Tam
2011-06-27 17:22                   ` Stefan Weil
2011-06-30 15:26                     ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).