I kept getting build errors related to wcsdup being multiply defined, so I went in and removed what appeared to be the offending code.
A make clean + make resulted in a complete build for me; I run Linux, so if a Windows user could run a build to verify that this didn't break anything on -that- platform, that would be great.
(my build errors can be found at http://www.nomorepasting.com/paste.php?pasteID=27171 )
Thanks,
-- Travis
Index: include/msvcrt/string.h =================================================================== RCS file: /CVS/ReactOS/reactos/include/msvcrt/string.h,v retrieving revision 1.6 diff -u -r1.6 string.h --- include/msvcrt/string.h 25 Aug 2003 01:37:47 -0000 1.6 +++ include/msvcrt/string.h 19 Dec 2004 15:56:57 -0000 @@ -166,7 +166,6 @@
/* NOTE: There is no _wcscmpi, but this is for compatibility. */ int wcscmpi(const wchar_t* ws1, const wchar_t* ws2); -wchar_t* wcsdup(const wchar_t* wsToDuplicate); int wcsicmp(const wchar_t* ws1, const wchar_t* ws2); int wcsicoll(const wchar_t* ws1, const wchar_t* ws2); wchar_t* wcslwr(wchar_t* wsToConvert);
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com