Piotr Caban (@piotr) commented about dlls/msvcrt/mbcs.c:
return _ismbstrail_l(start, str, NULL); }
+/*********************************************************************
_mbsdec_l(MSVCRT.@)
- */
+unsigned char* CDECL _mbsdec_l(const unsigned char* start, const unsigned char* cur, _locale_t locale) +{
- pthreadmbcinfo mbcinfo;
- if (!MSVCRT_CHECK_PMT(start && cur))
There's lots of white-space inconsistency in the patch (like space after if, space before and after operator). Please fix it.