[2/3] kernel32: Added stubs for IDN functions

Alexandre Julliard julliard at winehq.org
Mon Jan 3 05:20:03 CST 2011


Thomas Mullaly <thomas.mullaly at gmail.com> writes:

> @@ -1219,6 +1219,11 @@
>  @ stdcall lstrlen(str) lstrlenA
>  @ stdcall lstrlenA(str)
>  @ stdcall lstrlenW(wstr)
> +@ stdcall NormalizeString(long wstr long wstr long)
> +@ stdcall IsNormalizedString(long wstr long)
> +@ stdcall IdnToAscii(long wstr long wstr long)
> +@ stdcall IdnToNameprepUnicode(long wstr long wstr long)
> +@ stdcall IdnToUnicode(long wstr long wstr long)

Please insert them at the correct location, the entry points are
sorted. Also output parameters can't be wstr.

-- 
Alexandre Julliard
julliard at winehq.org




More information about the wine-devel mailing list