Piotr Caban (@piotr) commented about dlls/msvcp140/tests/msvcp140.c:
- CODECVT_partial = 1,
- CODECVT_error = 2,
- CODECVT_noconv = 3
+} codecvt_base_result;
static codecvt_char16 *(__thiscall * p_codecvt_char16_ctor)(codecvt_char16 *this); static codecvt_char16 *(__thiscall * p_codecvt_char16_ctor_refs)(codecvt_char16 *this, unsigned int refs); static codecvt_char16 * (__thiscall * p_codecvt_char16_ctor_mode)(codecvt_char16 *this, void *locinfo, ULONG max_code, codecvt_convert_mode mode, unsigned int refs); static void (__thiscall * p_codecvt_char16_dtor)(codecvt_char16 *this); +static int (__thiscall * p_codecvt_char16_do_out)(const codecvt_char16 *this, _Mbstatet *state,
const char16_t *from, const char16_t *from_end, const char16_t **from_next,
char *to, char *to_end, char **to_next);
+static int (__thiscall * p_codecvt_char16_do_in)(const codecvt_char16 *this, _Mbstatet *state,
const char *from, const char *from_end, const char **from_next,
char16_t *to, char16_t *to_end, char16_t **to_next);
It's not important but this line belongs to next patch.