http://bugs.winehq.org/show_bug.cgi?id=9974
Summary: Visual C++ 6 does not compile program properly Product: Wine Version: 0.9.46. Platform: Other OS/Version: other Status: NEW Severity: minor Priority: P2 Component: wine-msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
Created an attachment (id=8488) --> (http://bugs.winehq.org/attachment.cgi?id=8488) minimal test case
This bug is similar to bug 8335. The attached test case does not work when compiling with builtin msvcrt, but works with native msvcrt:
wine /path/to/cl.exe -Zi -c min2.cpp