[Bug 43300] New: wchar.h: missing functions prototypes

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jul 9 07:19:04 CDT 2017


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 at winehq.org
          Reporter: me at 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.



More information about the wine-bugs mailing list