|
From: <set...@us...> - 2006-05-05 14:10:52
|
Revision: 1356 Author: sethdill Date: 2006-05-05 07:10:49 -0700 (Fri, 05 May 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1356&view=rev Log Message: ----------- Mergd trunk change r1355 into the Conversant branch. Just added missing copyPStringToWide declaration to strings.h. This is all in an attempt to get CodeWarrior to compile Frontier again. Modified Paths: -------------- Frontier/branches/Conversant/Common/headers/strings.h Modified: Frontier/branches/Conversant/Common/headers/strings.h =================================================================== --- Frontier/branches/Conversant/Common/headers/strings.h 2006-05-05 14:07:46 UTC (rev 1355) +++ Frontier/branches/Conversant/Common/headers/strings.h 2006-05-05 14:10:49 UTC (rev 1356) @@ -162,6 +162,7 @@ #ifdef WIN95VERSION extern boolean copyWideToPString (const wchar_t *, bigstring); +extern boolean copyPStringToWide (bigstring, long *, wchar_t *); extern void copyrezstring (const bigstring, bigstring); #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |