[PATCH] dwrite: Fix locale data buffer length passed to GetLocaleInfoEx()

Alexandre Julliard julliard at winehq.org
Mon May 15 04:11:04 CDT 2017


Nikolay Sivov <nsivov at codeweavers.com> writes:

> @@ -1106,8 +1109,8 @@ static HRESULT WINAPI dwritetextanalyzer_GetGlyphs(IDWriteTextAnalyzer2 *iface,
>      struct scriptshaping_context context;
>      struct scriptshaping_cache *cache = NULL;
>      BOOL update_cluster, need_vertical;
> +    WCHAR digits[native_digits_length];

It would have to be a #define if you want to do this.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list