Re: include[1/2]: add a strcmpW-equivalent function usable in tests.
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? -- Cheers, Paul.
Paul Vriens <paul.vriens.wine(a)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. -- Alexandre Julliard julliard(a)winehq.org
On 02/23/2010 01:26 PM, Alexandre Julliard wrote:
Paul Vriens<paul.vriens.wine(a)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. -- Cheers, Paul.
participants (2)
-
Alexandre Julliard -
Paul Vriens