[Scummvm-cvs-logs] CVS: scummvm/common util.cpp,1.41,1.42 util.h,1.42,1.43

Eugene Sandulenko sev at users.sourceforge.net
Mon Mar 1 16:57:04 CET 2004


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21697/common

Modified Files:
	util.cpp util.h 
Log Message:
Introduced new platform GF_WINDOWS. Used for HE games. GF_PC is DOS


Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- util.cpp	28 Feb 2004 12:57:52 -0000	1.41
+++ util.cpp	2 Mar 2004 00:37:23 -0000	1.42
@@ -200,6 +200,7 @@
 
 	{"macintosh", "mac", "Macintosh", kPlatformMacintosh},
 	{"pc", "dos", "PC", kPlatformPC},
+	{"windows", "windows", "Windows", kPlatformWindows},
 
 	{0, 0, "Default", kPlatformUnknown}
 };

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- util.h	14 Feb 2004 11:15:48 -0000	1.42
+++ util.h	2 Mar 2004 00:37:23 -0000	1.43
@@ -141,7 +141,8 @@
 	kPlatformAmiga = 1,
 	kPlatformAtariST = 2,
 	kPlatformMacintosh = 3,
-	kPlatformFMTowns = 4
+	kPlatformFMTowns = 4,
+	kPlatformWindows = 5
 /*
 	kPlatformNES,
 	kPlatformSEGA,





More information about the Scummvm-git-logs mailing list