Fix build.

svn path=/trunk/; revision=73525
This commit is contained in:
Hermès Bélusca-Maïto 2017-01-11 20:06:47 +00:00
parent a000763117
commit 1a345aab0c

View file

@ -38,7 +38,7 @@ AddCommasW(DWORD lValue, LPWSTR lpNumber)
GetLocaleInfoW(LOCALE_USER_DEFAULT,
LOCALE_STHOUSAND,
szSeparator,
ARRAYSIZE(szSeparator));
_countof(szSeparator));
numFormat.NumDigits = 0;
numFormat.LeadingZero = 0;