include[1/2]: add a strcmpW-equivalent function usable in tests.

Paul Vriens paul.vriens.wine at gmail.com
Tue Feb 23 06:01:16 CST 2010


On 02/20/2010 10:52 PM, Mikołaj Zalewski wrote:
>    As I've learned, lstrcmpW doesn't work under Windows 9x, thus it is
> not a good choice to test functionality that existed in these version of
> Windows. On the other hand, strcmpW is not available on standalone
> builds on Windows. However, this function is so simple, that we can
> duplicate the implementation.
>

Hi Alexandre,

Is the idea to use this function instead of all those different ones 
currently present in the tests (and where needed replace lstrcmpW)?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list