On Thu, Apr 23, 2015 at 08:22:24AM -0400, Frediano Ziglio wrote: > Including directly shlobj.h in some MingW environment lead to some missing > definitions error. Including windows.h before fix the problem. This is https://bugzilla.redhat.com/show_bug.cgi?id=1213843 I believe. Since there was not any actions in this bug, and this patch is small enough, we can go for it, ACK. > > Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> > --- > 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 > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > http://lists.freedesktop.org/mailman/listinfo/spice-devel
Attachment:
pgpxu8oQic80b.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel