From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MML5o-0006Ny-2E for qemu-devel@nongnu.org; Thu, 02 Jul 2009 08:08:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MML5j-0006Lf-TE for qemu-devel@nongnu.org; Thu, 02 Jul 2009 08:08:43 -0400 Received: from [199.232.76.173] (port=58415 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MML5j-0006LW-MH for qemu-devel@nongnu.org; Thu, 02 Jul 2009 08:08:39 -0400 Received: from fwil.voltaire.com ([193.47.165.2]:38553 helo=exil.voltaire.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MML5i-0001hP-TB for qemu-devel@nongnu.org; Thu, 02 Jul 2009 08:08:39 -0400 Message-ID: <4A4CA336.1010002@Voltaire.com> Date: Thu, 02 Jul 2009 15:08:22 +0300 From: Or Gerlitz MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] net: add raw backend References: <5b31733c0907011250i7afcdbcdnb844290de4ad64f2@mail.gmail.com> In-Reply-To: <5b31733c0907011250i7afcdbcdnb844290de4ad64f2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Filip Navara , qemu-devel Filip Navara wrote: > This doesn't compile on Win32. In fact, even if it compiled, it > wouldn't work. All the code should be part of the #ifndef _WIN32 block okay, will change that in the next revision of the patch Or.