Language ID type redeclaration for easier and safer work

This commit is contained in:
2016-05-13 10:16:29 +02:00
parent 4e435b044c
commit 710937f8df
7 changed files with 190 additions and 60 deletions

View File

@@ -224,7 +224,7 @@ namespace ZRCola {
///
inline void Decompose(_In_z_count_(inputMax) const wchar_t* input, _In_ size_t inputMax, _Out_ std::wstring &output, _Out_opt_ std::vector<mapping>* map = NULL) const
{
Decompose(input, inputMax, NULL, ZRCOLA_LANG_VOID, output, map);
Decompose(input, inputMax, NULL, langid_t_blank, output, map);
}
///