Don't test whether Get{Currency,Date,Number,Time}FormatA writes as
commitf73e00873c428fc1591a11eef7fdbde7d9ff05da
authorFrancois Gouget <fgouget@free.fr>
Thu, 12 Dec 2002 03:56:09 +0000 (12 03:56 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 12 Dec 2002 03:56:09 +0000 (12 03:56 +0000)
tree01a32bd2069611854a0e221adebd3a59432536cf
parent2d4b1b9db0d480305e815c718fe78a667c1de633
Don't test whether Get{Currency,Date,Number,Time}FormatA writes as
much as possible in the buffer even if it is too small. This is
undocumented and does not match the Win9x behavior.
Skip Unicode tests on Win9x.
Fix usage of memset/sizeof/COUNTOF.
Fix signed/unsigned warnings (in MSVC) by using lstrlenA instead of
strlen.
dlls/kernel/tests/locale.c