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

Mutwin Kraus mutle at users.sourceforge.net
Fri Mar 8 09:09:02 CET 2002


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

Modified Files:
	stdafx.h 
Log Message:
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.

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/stdafx.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** stdafx.h	6 Mar 2002 12:24:56 -0000	1.9
--- stdafx.h	8 Mar 2002 17:05:09 -0000	1.10
***************
*** 3,6 ****
--- 3,9 ----
   *
   * $Log$
+  * 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.
+  *
   * Revision 1.9  2002/03/06 12:24:56  ender
   * Applied cleanup and scaling patch by Rob.
***************
*** 74,79 ****
--- 77,84 ----
  #include <SDL.h>
  #endif
+ #if !defined(__APPLE__CW)
  #include <sys/types.h>
  #include <sys/uio.h>
+ #endif
  #if !defined (__BEOS__)
  #include <unistd.h>
***************
*** 102,105 ****
--- 107,114 ----
  
  #else
+ #ifdef __APPLE__CW
+ #define SCUMMVM_PLATFORM_VERSION "Carbon Mac version"
+ #else
+ 
  #ifdef SDL_COMPILEDVERSION
  #define SCUMMVM_PLATFORM_VERSION  "SDL version"
***************
*** 107,110 ****
--- 116,120 ----
  //SDL_Linked_Version returns an SDL_Version structure...
  
+ #endif
  #endif
  #endif





More information about the Scummvm-git-logs mailing list