Re: str*casecmpW functions

2006-06-08 Thread Vitaliy Margolen
Thursday, June 8, 2006, 6:57:36 PM, Anoni Moose wrote: > This patch adds some functions for comparison of WCHAR strings, while > ignoring case. Changelog: >     * libs/unicode/string.c: >     unicode: Added strcasecmpW, strncasecmpW functions. BTW what's wrong with strncmpiW? Vitaliy Margolen

Re: str*casecmpW functions

2006-06-08 Thread Mike McCormack
Anoni Moose wrote: * libs/unicode/string.c: unicode: Added strcasecmpW, strncasecmpW functions. You've added a dependency on user32.tolowerW, which cannot be linked from all the places that unicode.h is used. Mike