shlwapi: Format the kilobyte file size number using locale settings.
commitc18b0b7bd3b139049a4cceed2456d76348cd0de7
authorMikołaj Zalewski <mikolaj@zalewski.pl>
Mon, 21 Aug 2006 21:40:36 +0000 (21 23:40 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 22 Aug 2006 10:10:47 +0000 (22 12:10 +0200)
tree07c89d89b80b73e726cccf5f1de6775c38e2bbbd
parent6cc378cc67ed0e4b30a4b354353bdb0e74e96831
shlwapi: Format the kilobyte file size number using locale settings.

The code is quite complex but I haven't found any easier way to do it
(passing NULL as NUMBERFMT results in two decimal places being appended).
dlls/shlwapi/string.c