[Scummvm-cvs-logs] CVS: scummvm main.cpp,1.8,1.9

Max Horn fingolfin at users.sourceforge.net
Fri Apr 26 06:34:50 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv15093

Modified Files:
	main.cpp 
Log Message:
small fix to allow SDL version to work properly on Mac OS X

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/main.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** main.cpp	21 Apr 2002 17:46:41 -0000	1.8
--- main.cpp	26 Apr 2002 13:16:35 -0000	1.9
***************
*** 34,38 ****
  
  
! #if !defined(__APPLE__) && !defined(__MORPHOS__)
  #undef main
  #endif
--- 34,40 ----
  
  
! #if defined(__APPLE__)
! #include <SDL.h>
! #elif !defined(__MORPHOS__)
  #undef main
  #endif





More information about the Scummvm-git-logs mailing list