From: <dan...@us...> - 2006-11-18 14:53:37
|
Revision: 811 http://svn.sourceforge.net/cegcc/?rev=811&view=rev Author: dannybackx Date: 2006-11-18 06:53:36 -0800 (Sat, 18 Nov 2006) Log Message: ----------- Rolling back the function prototypes, Pedro's remark was correct. Modified Paths: -------------- trunk/cegcc/src/w32api/ChangeLog.ce trunk/cegcc/src/w32api/include/winbase.h Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-18 07:54:09 UTC (rev 810) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-18 14:53:36 UTC (rev 811) @@ -1,7 +1,5 @@ 2006-11-18 Danny Backx <dan...@us...> - * include/winbase.h (lstrcpy, lstrcat, lstrlen) : Add prototypes - for the functions pointed to. * include/winbase.h (lstrcpy) : Fix typo. 2006-11-12 Pedro Alves <ped...@po...> Modified: trunk/cegcc/src/w32api/include/winbase.h =================================================================== --- trunk/cegcc/src/w32api/include/winbase.h 2006-11-18 07:54:09 UTC (rev 810) +++ trunk/cegcc/src/w32api/include/winbase.h 2006-11-18 14:53:36 UTC (rev 811) @@ -2463,10 +2463,6 @@ #define lstrcatW wcscat #define lstrlenW wcslen -wchar_t *wcscpy(wchar_t *dest, const wchar_t *src); -wchar_t *wcscat(wchar_t *dest, const wchar_t *src); -size_t wcslen(const wchar_t *string); - #endif #ifdef __cplusplus This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |