Call CompareStringA with LOCALE_USE_CP_ACP flag set from lstrcmpA and
commitc590a66f8929c8cd2a3d3c60940fa98ee1ff5e35
authorDmitry Timoshkov <dmitry@codeweavers.com>
Sun, 21 Nov 2004 15:47:24 +0000 (21 15:47 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 21 Nov 2004 15:47:24 +0000 (21 15:47 +0000)
treefa0c7118e7d59069531ba351174d52275f733495
parentc39deb5d635fa774f9e4872cac17d94e265dbedf
Call CompareStringA with LOCALE_USE_CP_ACP flag set from lstrcmpA and
lstrcmpiA in order to improve speed. Add a test case confirming that
CompareString and LCMapString accept LOCALE_USE_CP_ACP.
dlls/kernel/locale.c
dlls/kernel/tests/locale.c