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