mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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++;
|
||||
}
|
||||
break;
|
||||
case TCI_SRCLOCALE:
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
default:
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue