|
From: <set...@us...> - 2006-05-05 14:07:54
|
Revision: 1355 Author: sethdill Date: 2006-05-05 07:07:46 -0700 (Fri, 05 May 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1355&view=rev Log Message: ----------- Added the missing declaration for copyPStringToWide. Windows version only, for now.. Modified Paths: -------------- Frontier/trunk/Common/headers/strings.h Modified: Frontier/trunk/Common/headers/strings.h =================================================================== --- Frontier/trunk/Common/headers/strings.h 2006-05-05 13:56:02 UTC (rev 1354) +++ Frontier/trunk/Common/headers/strings.h 2006-05-05 14:07:46 UTC (rev 1355) @@ -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. |