[Scummvm-cvs-logs] CVS: scummvm/common util.cpp,1.39,1.39.2.1 util.h,1.42,1.42.2.1

Travis Howell kirben at users.sourceforge.net
Fri Aug 13 21:18:02 CEST 2004


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

Modified Files:
      Tag: branch-0-6-0
	util.cpp util.h 
Log Message:

Add windows platform


Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.39
retrieving revision 1.39.2.1
diff -u -d -r1.39 -r1.39.2.1
--- util.cpp	14 Feb 2004 11:15:48 -0000	1.39
+++ util.cpp	14 Aug 2004 04:17:43 -0000	1.39.2.1
@@ -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.42.2.1
diff -u -d -r1.42 -r1.42.2.1
--- util.h	14 Feb 2004 11:15:48 -0000	1.42
+++ util.h	14 Aug 2004 04:17:43 -0000	1.42.2.1
@@ -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