http://bugs.winehq.org/show_bug.cgi?id=33166
Bug #: 33166 Summary: _wstat64 not implemented Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: ionic@ionic.de Classification: Unclassified
When calling _wstat64 from a program, this error is shown:
Unhandled exception: unimplemented function msvcrt.dll._wstat64 called in 32-bit code (0x7bc3fb18).
This function, however, is perfectly legal even for 32bit code (tested it natively.)