[Scummvm-cvs-logs] CVS: tools md5table.c,1.11,1.12

Eugene Sandulenko sev at users.sourceforge.net
Mon Mar 1 16:59:10 CET 2004


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

Modified Files:
	md5table.c 
Log Message:
use kPlatformWindows


Index: md5table.c
===================================================================
RCS file: /cvsroot/scummvm/tools/md5table.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- md5table.c	28 Feb 2004 13:44:05 -0000	1.11
+++ md5table.c	2 Mar 2004 00:39:17 -0000	1.12
@@ -48,7 +48,7 @@
 	{ "FM-TOWNS",	"kPlatformFMTowns" },
 	{ "Mac",		"kPlatformMacintosh" },
 	{ "SEGA",		"kPlatformUnknown" },
-	{ "Windows",	"kPlatformPC" },
+	{ "Windows",	"kPlatformWindows" },
 
 	{ "All?",		"kPlatformUnknown" },
 	{ "All",		"kPlatformUnknown" },





More information about the Scummvm-git-logs mailing list