Re: [PATCH] usb: fix usb-host build on windows.

2020-06-24 Thread Philippe Mathieu-Daudé
On 6/24/20 3:45 PM, Gerd Hoffmann wrote: > Seems the new API is not available on windows. > Update #ifdefs accordingly. > > Fixes: 9f815e83e983 ("usb: add hostdevice property to usb-host") > Reported-by: Howard Spoelstra > Signed-off-by: Gerd Hoffmann > --- > hw/usb/host-libusb.c | 4 ++-- > 1

Re: [PATCH] usb: fix usb-host build on windows.

2020-06-24 Thread Howard Spoelstra
On Wed, Jun 24, 2020 at 3:45 PM Gerd Hoffmann wrote: > Seems the new API is not available on windows. > Update #ifdefs accordingly. > > Fixes: 9f815e83e983 ("usb: add hostdevice property to usb-host") > Reported-by: Howard Spoelstra > Signed-off-by: Gerd Hoffmann > --- > hw/usb/host-libusb.c |

[PATCH] usb: fix usb-host build on windows.

2020-06-24 Thread Gerd Hoffmann
Seems the new API is not available on windows. Update #ifdefs accordingly. Fixes: 9f815e83e983 ("usb: add hostdevice property to usb-host") Reported-by: Howard Spoelstra Signed-off-by: Gerd Hoffmann --- hw/usb/host-libusb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a