Re: [PATCH] dwrite: Fix locale data buffer length passed to GetLocaleInfoEx()
15 May
2017
15 May
'17
9:11 a.m.
Nikolay Sivov <nsivov(a)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(a)winehq.org
3135
Age (days ago)
3135
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard