declare some missing string functions

Alexandre Julliard julliard at winehq.org
Wed Nov 12 16:06:15 CST 2003


Martin Fuchs <martin-fuchs at gmx.net> writes:

> Changelog:
> declare functions _strlwr(), _wcslwr(), and macros _tcsnicmp and _tcsicoll for 
> use of Winelib apps

This is wrong, _strlwr and _wcslwr are already defined in string.h
where they should be, and _tcsnicmp and _tcsicoll are already defined
in tchar.h. You probably need to switch to the msvcrt headers to make
things work right in your case.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list