Re: (try 3) shlwapi: implement StrChrNW
On 09/24/2009 02:19 PM, Aric Stewart wrote:
includes test to show that MSDN is wrong and the search IS case-sensitive.
thanks for all the comments. --- dlls/shlwapi/shlwapi.spec | 1 + dlls/shlwapi/string.c | 22 ++++++++++++++++++++++ dlls/shlwapi/tests/string.c | 22 ++++++++++++++++++++++ 3 files changed, 45 insertions(+), 0 deletions(-)
------------------------------------------------------------------------
Hi Aric, You should return from the function after the win_skip(). -- Cheers, Paul.
Ah that is what i get for trying to rush to get this written before breakfast. try 4 coming. -aric Paul Vriens wrote:
On 09/24/2009 02:19 PM, Aric Stewart wrote:
includes test to show that MSDN is wrong and the search IS case-sensitive.
thanks for all the comments. --- dlls/shlwapi/shlwapi.spec | 1 + dlls/shlwapi/string.c | 22 ++++++++++++++++++++++ dlls/shlwapi/tests/string.c | 22 ++++++++++++++++++++++ 3 files changed, 45 insertions(+), 0 deletions(-)
------------------------------------------------------------------------
Hi Aric,
You should return from the function after the win_skip().
participants (2)
-
Aric Stewart -
Paul Vriens