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

Mikołaj Zalewski mikolaj at zalewski.pl
Sat Feb 20 15:52:41 CST 2010


  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.


More information about the wine-patches mailing list