From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUXxu-0002ry-Ip for qemu-devel@nongnu.org; Tue, 02 Aug 2016 07:34:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUXxq-000390-Dy for qemu-devel@nongnu.org; Tue, 02 Aug 2016 07:34:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUXxq-00038s-7t for qemu-devel@nongnu.org; Tue, 02 Aug 2016 07:34:26 -0400 Message-ID: <1470137663.30562.90.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 02 Aug 2016 13:34:23 +0200 In-Reply-To: <1469775331-7468-1-git-send-email-sw@weilnetz.de> References: <1469775331-7468-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH for-2.7] wxx: Fix compilation of host-libusb.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developer , Peter Maydell On Fr, 2016-07-29 at 08:55 +0200, Stefan Weil wrote: > libusb.h uses the WINAPI calling convention for all function > callbacks. >=20 > Cross compilation with Mingw-w64 on Cygwin fails when this calling > convention is missing. queued up both mingw fixes. thanks, Gerd