From 300514b10e506196f06f7435ea703aebb4f942e9 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 1 Nov 2005 15:53:39 +0000 Subject: [PATCH] and the last one Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2364 --- src/gui/sdlmain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index ca0120c3..899a930d 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: sdlmain.cpp,v 1.91 2005-11-01 11:09:14 qbix79 Exp $ */ +/* $Id: sdlmain.cpp,v 1.92 2005-11-01 15:53:39 qbix79 Exp $ */ #ifndef _GNU_SOURCE #define _GNU_SOURCE @@ -265,7 +265,7 @@ check_gotbpp: } /* Not a valid display depth found? Let's just hope sdl provides conversions */ break; -#if defined(HAVE_DDRAW_H) && defined(WIN32) +#if (HAVE_DDRAW_H) && defined(WIN32) case SCREEN_SURFACE_DDRAW: if (!(flags&CAN_32|CAN_16)) goto check_surface; if (flags & LOVE_16) testbpp=16;