http://bugs.winehq.org/show_bug.cgi?id=24937
Summary: Warhammer Dawn of War requires msvcr71 Product: Wine Version: 1.3.5 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: xvachon@gmail.com
Warhammer 40k Dawn of War and it's expansion Winter Assault depend on the following stubs in msvcr71.
./jeu/Localizer.dll imports following stub symbols: msvcr71:_snscanf msvcr71:_snwscanf
./jeu/W40kWA.exe imports following stub symbols: msvcr71:__security_error_handler
./jeu/W40k.exe imports following stub symbols: msvcr71:__security_error_handler
./jeu/mfc71.dll imports following stub symbols: msvcr71:__security_error_handler msvcr71:_resetstkoflw
Used http://winezeug.googlecode.com/svn/trunk/mscodescan.pl to detect this.