shlwapi/tests: Fix the date formatting tests when the locale does not match the code...
commita662f00e6bdaec3c403be6997fd48fefbd7774ad
authorFrancois Gouget <fgouget@codeweavers.com>
Thu, 2 Mar 2023 15:00:46 +0000 (2 16:00 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 2 Mar 2023 17:09:21 +0000 (2 18:09 +0100)
tree23b05260038e5d7dc9d45026dffeef36a107803b
parentaf65f0c9a09c040a615e4eaa4c290240c0a12847
shlwapi/tests: Fix the date formatting tests when the locale does not match the code page.

In particular, February dates contain an e-acute in French, the
representation of which depends on the code page being used, which in
SHFormatDateTimeA() is CP_ACP.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54149
dlls/shlwapi/tests/ordinal.c