From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUSnZ-0005WE-Jw for qemu-devel@nongnu.org; Tue, 03 Feb 2009 16:27:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUSnX-0005U2-IF for qemu-devel@nongnu.org; Tue, 03 Feb 2009 16:27:12 -0500 Received: from [199.232.76.173] (port=38350 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUSnX-0005Ta-9x for qemu-devel@nongnu.org; Tue, 03 Feb 2009 16:27:11 -0500 Received: from mailout.artfiles.de ([80.252.97.80]:52162) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LUSnW-0000i5-IZ for qemu-devel@nongnu.org; Tue, 03 Feb 2009 16:27:10 -0500 Received: from [77.128.44.179] (helo=[192.168.0.4]) auth=rr@bttr-software.de by mailout.artfiles.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) id 1LUSnT-0007Oy-2y for qemu-devel@nongnu.org; Tue, 03 Feb 2009 22:27:07 +0100 Message-ID: <4988B6AA.7010309@bttr-software.de> Date: Tue, 03 Feb 2009 22:27:06 +0100 From: Robert Riebisch 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> <49885BC5.3010406@codemonkey.ws> <60cad3f0902030836u7f5c52a6m3eb81c6420cc6d74@mail.gmail.com> In-Reply-To: <60cad3f0902030836u7f5c52a6m3eb81c6420cc6d74@mail.gmail.com> Content-Type: text/plain; charset=us-ascii 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: qemu-devel@nongnu.org David Turner wrote: > For the record, getaddrinfo() was introduced in Windows 2000 > Professional and Server, see end of > http://msdn.microsoft.com/en-us/library/ms738520(VS.85).aspx I already wrote in my original post. > (it's only missing from 2000 Workstation). There's no such thing ("Workstation"). > you just need to add -DWINVER=0x501 to your CFLAGS to be able to have it We already have "#define WINVER 0x0501" in `qemu_common.h". > properly declared (and linked to) with should be able to compile it with > mingw But one would still need (copyrighted) `Wspiapi.h' to make the resulting binary run on Windows 2000. Robert Riebisch -- BTTR Software http://www.bttr-software.de/