shlwapi: implement StrChrNW

Nikolay Sivov bunglehead at gmail.com
Wed Sep 23 13:58:37 CDT 2009


Aric Stewart wrote:
> ---
>  dlls/shlwapi/shlwapi.spec |    1 +
>  dlls/shlwapi/string.c     |   23 +++++++++++++++++++++++
>  2 files changed, 24 insertions(+), 0 deletions(-)
Maybe it's better to move this
---
+@ stdcall StrChrNW(wstr long long)
---
closer to context:
---
@ stdcall StrChrA (str long)
@ stdcall StrChrIA (str long)
@ stdcall StrChrIW (wstr long)
@ stdcall StrChrW (wstr long)
---
to keep it consistent.



More information about the wine-devel mailing list