http://bugs.winehq.org/show_bug.cgi?id=26454
Summary: [PATCH] unimplemented function _mbsupr_s in msvcrt80 Product: Wine Version: 1.3.15 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: hannibal@astral.lodz.pl
Created an attachment (id=33686) --> (http://bugs.winehq.org/attachment.cgi?id=33686) Patch adding _msbupr_s & _msblwr_s functions to msvcrt
Program I've use trigger error about unimplemented function _mbsupr_s in msvcrt80. I've implemented this function (see patch) and _mbslwr_s, and they seems work for me.
I've newer adding new function to wine dll, so look my patch closely. If it is not good enough, let it be, at least, inspiration for you to add something better.
http://bugs.winehq.org/show_bug.cgi?id=26454
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-03-17 06:16:29 CDT --- Hi, Konrad.
Patches are not picked from bugzilla attachments. Use wine-patches@winehq.org list to submit. Also http://wiki.winehq.org/SubmittingPatches
http://bugs.winehq.org/show_bug.cgi?id=26454
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2011-03-17 06:16:50 CDT --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=26454
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msvcrt |-unknown