From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXMGJ-0001KU-QK for qemu-devel@nongnu.org; Sat, 01 Aug 2009 17:37:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXMGE-0001K8-Be for qemu-devel@nongnu.org; Sat, 01 Aug 2009 17:37:06 -0400 Received: from [199.232.76.173] (port=58398 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXMGE-0001K3-92 for qemu-devel@nongnu.org; Sat, 01 Aug 2009 17:37:02 -0400 Received: from mail.gmx.net ([213.165.64.20]:46473) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MXMGD-0001q1-Ku for qemu-devel@nongnu.org; Sat, 01 Aug 2009 17:37:02 -0400 Message-ID: <865C000A1E46452DA75315BE97C8B6DA@FSCPC> From: "Sebastian Herbszt" References: <1249068645-6893-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1249068645-6893-1-git-send-email-weil@mail.berlios.de> Date: Sat, 1 Aug 2009 23:35:17 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Win32: Fix default prefix List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , Anthony Liguori , Juan Quintela Cc: qemu-devel@nongnu.org Stefan Weil wrote: > The old code resulted in wrong escape sequences: > > #define CONFIG_QEMU_SHAREDIR "c:\Program Files\Qemu" > > gcc warnings: > > vl.c:5708:20: warning: unknown escape sequence '\P' > vl.c:5708:20: warning: unknown escape sequence '\Q' Looks like this got broken by "Generate config-host.h from config-host.mak" (create_config). > Windows can handle slash (/) path separators, > and QEMU already adds directories using slash, > so there is no need to fight with the correct number > of backslashes. Do all versions handle them correctly? - Sebastian