wineboot - initial version

Dimitrie O. Paun dpaun at rogers.com
Wed Jan 1 11:38:49 CST 2003


On January 1, 2003 12:48 pm, Shachar Shemesh wrote:
>     * _stricmp is not defined, and is called directly instead of as
> stricmp. * As a result of the above, there is a compilation warning when
> compiling.

There's no point in importing msvcrt just for this function.
Just use lstrcmpiA (exported by kernel32 and defined in winbase.h)
as suggested by Francois.

As for the patch, please include even new files in the patch 
(as I explained in the message "Re: Tests for URL functions in shlwapi")
by diffing against /dev/null.

-- 
Dimi.




More information about the wine-devel mailing list