From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHMcz-00054r-E5 for qemu-devel@nongnu.org; Thu, 18 Jun 2009 14:46:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHMcu-000537-Q3 for qemu-devel@nongnu.org; Thu, 18 Jun 2009 14:46:25 -0400 Received: from [199.232.76.173] (port=57345 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHMcu-000530-JS for qemu-devel@nongnu.org; Thu, 18 Jun 2009 14:46:20 -0400 Received: from mail-qy0-f191.google.com ([209.85.221.191]:60669) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHMcu-0004ET-80 for qemu-devel@nongnu.org; Thu, 18 Jun 2009 14:46:20 -0400 Received: by qyk29 with SMTP id 29so1605580qyk.4 for ; Thu, 18 Jun 2009 11:46:19 -0700 (PDT) Message-ID: <4A3A8B77.2020109@codemonkey.ws> Date: Thu, 18 Jun 2009 13:46:15 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Win32: Fix compilation with SDL. References: <1245348663-9022-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1245348663-9022-1-git-send-email-weil@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers Stefan Weil wrote: > `sdl-config --cflags` defines main = SDL_main > on some platforms. One of these platforms is > Windows with mingw32. > How about adding -Umain to SDL_CFLAGS on _WIN32 and and __APPLE__? Regards, Anthony Liguori