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.