On Mi, 2016-03-16 at 21:17 +0100, Stefan Weil wrote: > Mingw-w64 does not provide sys/ioctl.h and Linux builds don't need it, > so remove that include statement. > > ERROR is defined by wingdi.h (included via windows.h). Undefine it before > it is redefined to avoid a compiler warning / error. > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > > Cygwin now includes Mingw-w64 packages for cross compilation. > > The packages mingw64-x86_64-libusb1.0 and mingw64-x86_64-usbredir > can be used for QEMU builds, but trigger new compiler errors. > > This patch fixes them partially.
Added to usb queue. thanks, Gerd