http://bugs.winehq.org/show_bug.cgi?id=17176
Summary: msvcrt _set_error and _get_error missing from exports Product: Wine Version: 1.1.13 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: lkcl@lkcl.net
nm.exe msvcrt.lib | grep errno
00000000 T ___doserrno 00000000 T __errno 00000000 T __get_doserrno 00000000 T __get_errno 00000000 T __set_doserrno 00000000 T __set_errno
so these are missing, unfortunately from wine's msvcrt imp lib and also mingwrt
http://bugs.winehq.org/show_bug.cgi?id=17176
--- Comment #1 from Austin English austinenglish@gmail.com 2009-07-30 12:18:50 --- Is this still an issue in current (1.1.26 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=17176
--- Comment #2 from Austin English austinenglish@gmail.com 2010-09-07 14:40:29 CDT --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=17176
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2010-09-28 12:27:15 CDT --- All errno functions are now implemented in msvcrt. The last few patches were: http://source.winehq.org/git/wine.git?a=commitdiff;h=67088eb34c9ed44eed4be43... http://source.winehq.org/git/wine.git?a=commitdiff;h=ad68c0bd3cbb5d55fc34ebf... http://source.winehq.org/git/wine.git?a=commitdiff;h=c3b127f5661bd8958ca3ab6... http://source.winehq.org/git/wine.git?a=commitdiff;h=79ab715272921f426d2b2c2...
http://bugs.winehq.org/show_bug.cgi?id=17176
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2010-10-01 13:58:13 CDT --- Closing bugs fixed in 1.3.4.