|
From: Andre R. <and...@us...> - 2006-02-18 15:02:23
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14329/Common/source Modified Files: langstartup.c Log Message: Set environment.isMacOsClassic to false on Windows, previously undefined. Index: langstartup.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langstartup.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** langstartup.c 5 Feb 2006 15:58:57 -0000 1.7 --- langstartup.c 18 Feb 2006 15:02:13 -0000 1.8 *************** *** 383,386 **** --- 383,388 ---- langassignbooleanvalue (ht, str_isCarbon, false); /*7.0b28: isCarbon is false on Windows.*/ + langassignbooleanvalue (ht, str_isMacOsClassic, false); /* 2006-02-18 aradke */ + langassignbooleanvalue (ht, str_isServer, isServer); /* 2004-11-19 creedon */ |