[Scummvm-cvs-logs] CVS: scummvm stdafx.h,1.10,1.11

Drigo Zoxx drigo at users.sourceforge.net
Sat Mar 9 05:49:11 CET 2002


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

Modified Files:
	stdafx.h 
Log Message:
Support for MacOS classic port

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/stdafx.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** stdafx.h	8 Mar 2002 17:05:09 -0000	1.10
--- stdafx.h	9 Mar 2002 13:48:53 -0000	1.11
***************
*** 3,6 ****
--- 3,9 ----
   *
   * $Log$
+  * Revision 1.11  2002/03/09 13:48:53  drigo
+  * Support for MacOS classic port
+  *
   * Revision 1.10  2002/03/08 17:05:09  mutle
   * Some changes, need to be done to get the Mac Port running. For example Point is now called ScummPoint, as the name Point is already in use by Apple.
***************
*** 77,81 ****
  #include <SDL.h>
  #endif
! #if !defined(__APPLE__CW)
  #include <sys/types.h>
  #include <sys/uio.h>
--- 80,84 ----
  #include <SDL.h>
  #endif
! #if !defined(__APPLE__CW) && !(defined(__MWERKS__) && defined(macintosh))
  #include <sys/types.h>
  #include <sys/uio.h>





More information about the Scummvm-git-logs mailing list