mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
[FREETYPE] Mark an unhandled case as UNIMPLEMENTED
CORE-14948
This commit is contained in:
parent
8642654a00
commit
0364c58b0d
1 changed files with 3 additions and 0 deletions
|
@ -1524,6 +1524,9 @@ IntTranslateCharsetInfo(PDWORD Src, /* [in]
|
||||||
Index++;
|
Index++;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case TCI_SRCLOCALE:
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
return FALSE;
|
||||||
default:
|
default:
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue