[PATCH v3 2/3] libwine: Add strtoullW.

Alexandre Julliard julliard at winehq.org
Thu Sep 5 14:43:53 CDT 2019


Daniel Lehman <dlehman25 at gmail.com> writes:

> @@ -44,6 +44,7 @@ WINE_1.0
>      strstrW;
>      strtolW;
>      strtoulW;
> +    strtoullW;
>      struprW;
>      tolowerW;
>      toupperW;

We don't want to modify the libwine interface. You should use a Win32
API function like _wtoi64.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list