From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUMkX-0001HK-BN for qemu-devel@nongnu.org; Tue, 03 Feb 2009 09:59:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUMkV-0001G7-PW for qemu-devel@nongnu.org; Tue, 03 Feb 2009 09:59:41 -0500 Received: from [199.232.76.173] (port=40062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUMkV-0001G0-LV for qemu-devel@nongnu.org; Tue, 03 Feb 2009 09:59:39 -0500 Received: from yx-out-1718.google.com ([74.125.44.157]:40968) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUMkV-0002vB-8W for qemu-devel@nongnu.org; Tue, 03 Feb 2009 09:59:39 -0500 Received: by yx-out-1718.google.com with SMTP id 3so944742yxi.82 for ; Tue, 03 Feb 2009 06:59:38 -0800 (PST) Message-ID: <49885BC5.3010406@codemonkey.ws> Date: Tue, 03 Feb 2009 08:59:17 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU SVN on Windows 2000 :-( References: <49876B4C.9090806@bttr-software.de> <498773B6.7060301@codemonkey.ws> <4987F7F1.2040104@redhat.com> <49883914.2030904@codemonkey.ws> <20090203132841.GB15613@redhat.com> In-Reply-To: <20090203132841.GB15613@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Daniel P. Berrange wrote: > Well MinGW already builds fine with getaddrinfo(), so no need for a GPL > header providing Wspiapi.h there. Since this is only needed for a few > Win builds, why not just make the include conditional on whether that > header actually exists. eg > > #ifdef HAVE_WSPIAPI_H > #include > #endif > If that works, that's fine. Regards, Anthony Liguori > Regards, > Daniel >