and the last one
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2364
This commit is contained in:
parent
4a6719a725
commit
300514b10e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue