http://bugs.winehq.org/show_bug.cgi?id=8335
thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #6547 is|0 |1 obsolete| |
------- Additional Comments From thestig@google.com 2007-02-06 22:14 ------- Created an attachment (id=6575) --> (http://bugs.winehq.org/attachment.cgi?id=6575&action=view) minimal test case for generating an internal compiler error
To reproduce the problem, run:
wine /path/to/cl.exe -c min_test_case.cpp
With native msvcrt, the compiler succeeds and generates an .obj file.
In this case, it was actually faster just to run the preprocessor and find the typedef for HANDLE.