[Scummvm-cvs-logs] CVS: scummvm insane.cpp,1.5,1.6

Mutwin Kraus mutle at users.sourceforge.net
Sun Mar 10 05:51:02 CET 2002


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

Modified Files:
	insane.cpp 
Log Message:
NEED_SDL_HEADERS shouldn't be defined on the Carbon Mac Port...

Index: insane.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/insane.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** insane.cpp	8 Mar 2002 21:40:50 -0000	1.5
--- insane.cpp	10 Mar 2002 13:50:05 -0000	1.6
***************
*** 5,10 ****
  
  
  #define NEED_SDL_HEADERS
! 
  
  
--- 5,11 ----
  
  
+ #if !defined(__APPLE__CW)
  #define NEED_SDL_HEADERS
! #endif
  
  





More information about the Scummvm-git-logs mailing list