Commit 3f15f816 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.

parent 542b29db
......@@ -2104,8 +2104,11 @@ INT WINAPI LCMapStringA(
NORM_IGNORECASE | \
NORM_IGNORENONSPACE | \
SORT_STRINGSORT | \
NORM_IGNOREWIDTH)
NORM_IGNOREWIDTH | \
NORM_IGNOREKANATYPE)
/* FIXME: as long as we don't support Kanakana nor Hirigana
* characters, we can support NORM_IGNOREKANATYPE
*/
if (mapflags & ~LCMAPSTRINGA_SUPPORTED_FLAGS)
{
FIXME_(string)("(0x%04lx,0x%08lx,%p,%d,%p,%d): "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment