Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.

This commit is contained in:
Eric Pouech 1999-11-25 22:03:21 +00:00 committed by Alexandre Julliard
parent 542b29db13
commit 3f15f8165d
1 changed files with 5 additions and 2 deletions

View File

@ -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): "