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 now use this function instead of all those different ones currently present in the tests?
Paul Vriens paul.vriens.wine@gmail.com writes:
hi Alexandre,
Is the idea to now use this function instead of all those different ones currently present in the tests?
Sure.
On 02/23/2010 01:26 PM, Alexandre Julliard wrote:
Paul Vrienspaul.vriens.wine@gmail.com writes:
hi Alexandre,
Is the idea to now use this function instead of all those different ones currently present in the tests?
Sure.
I'll keep that in mind when touching those files.