mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 06:26:35 +00:00
Fix build.
svn path=/trunk/; revision=73525
This commit is contained in:
parent
a000763117
commit
1a345aab0c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue