[FREETYPE] Mark an unhandled case as UNIMPLEMENTED
[reactos.git] / win32ss / gdi / ntgdi / freetype.c
index 12c8814..c269f4f 100644 (file)
@@ -1524,6 +1524,9 @@ IntTranslateCharsetInfo(PDWORD Src, /* [in]
             Index++;
         }
         break;
+    case TCI_SRCLOCALE:
+        UNIMPLEMENTED;
+        return FALSE;
     default:
         return FALSE;
     }