Hey, On Tue, Jan 06, 2015 at 06:05:46PM +0100, Victor Toso wrote: > Building spice-common is breaking with mingw: http://fpaste.org/166365/ > This patch fixes it Acked ~ pushed as 619b99511d11938d3af8 > > --- > common/ssl_verify.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/common/ssl_verify.h b/common/ssl_verify.h > index bfbd8a4..e4a0406 100644 > --- a/common/ssl_verify.h > +++ b/common/ssl_verify.h > @@ -19,7 +19,7 @@ > #ifndef SSL_VERIFY_H > #define SSL_VERIFY_H > > -#if defined(WIN32) && !defined(__MINGW32__) > +#if defined(WIN32) > #include <windows.h> > #include <wincrypt.h> > #endif > -- > 2.1.0 > > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > http://lists.freedesktop.org/mailman/listinfo/spice-devel _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel