|
From: Andre R. <and...@us...> - 2004-10-28 20:03:09
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12048/Frontier/Common/source Modified Files: osamenus.c Log Message: Added comment about this file not being used on Carbon. Index: osamenus.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/osamenus.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** osamenus.c 23 Oct 2004 22:46:55 -0000 1.2 --- osamenus.c 28 Oct 2004 20:02:58 -0000 1.3 *************** *** 30,33 **** --- 30,38 ---- reconciled later.*/ + /* + 2004-10-28 aradke: Menusharing won't work on Carbon. + This file is only relevant for the classic Mac OS version. + */ + #if TARGET_API_MAC_CARBON == 1 |