[Scummvm-cvs-logs] CVS: scummvm scumm.h,1.72,1.73
Drigo Zoxx
drigo at users.sourceforge.net
Fri Mar 8 15:56:03 CET 2002
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv9412
Modified Files:
scumm.h
Log Message:
Added an alias declaration for the Point type as SCUMM_Point cause it already exists on the MacOS
Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm.h,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** scumm.h 8 Mar 2002 23:05:41 -0000 1.72
--- scumm.h 8 Mar 2002 23:55:47 -0000 1.73
***************
*** 25,28 ****
--- 25,32 ----
#endif
+ #ifdef macintosh
+ #define Point SCUMM_Point
+ #endif
+
#define SCUMMVM_VERSION "0.1.0 devel"
More information about the Scummvm-git-logs
mailing list