Piotr Caban (@piotr) commented about dlls/msvcrt/mbcs.c:
}
/*********************************************************************
_mbsbtype (MSVCRT.@)
*/
_mbsbtype_l (MSVCRT.@)
-int CDECL _mbsbtype(const unsigned char *str, size_t count) +int CDECL _mbsbtype_l(const unsigned char *str, size_t count, _locale_t locale)
It's not something introduced by the patch, but could you please fix `count == 0` case?