Language ID type redeclaration for easier and safer work
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
///
|
||||
|
Reference in New Issue
Block a user