More TODOs.
This commit is contained in:
parent
fd7c436b8a
commit
cc8a412687
|
@ -66,6 +66,7 @@ WCHAR *fontCollectionCorrectString(fontCollection *fc, IDWriteLocalizedStrings *
|
||||||
hr = names->FindLocaleName(fc->userLocale, &index, &exists);
|
hr = names->FindLocaleName(fc->userLocale, &index, &exists);
|
||||||
if (hr != S_OK || (hr == S_OK && !exists))
|
if (hr != S_OK || (hr == S_OK && !exists))
|
||||||
hr = names->FindLocaleName(L"en-us", &index, &exists);
|
hr = names->FindLocaleName(L"en-us", &index, &exists);
|
||||||
|
// TODO check hr again here? or did I decide that would be redundant because COM requires output arguments to be filled regardless of return value?
|
||||||
if (!exists)
|
if (!exists)
|
||||||
index = 0;
|
index = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue