https://bugs.winehq.org/show_bug.cgi?id=43300 Bug ID: 43300 Summary: wchar.h: missing functions prototypes Product: Wine Version: 2.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs(a)winehq.org Reporter: me(a)mixaill.tk Distribution: --- some missing prototypes from /include/msvcrt/wchar.h: wchar_t* wmemchr(const wchar_t *, wchar_t, size_t); int wmemcmp(const wchar_t*, const wchar_t*, size_t); wchar_t* wmemcpy(wchar_t*, const wchar_t*, size_t); wchar_t* wmemmove(wchar_t*, const wchar_t*, size_t); wchar_t* wmemset(wchar_t*, wchar_t, size_t); -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.