Jonathan Wilson wrote:
I notice that WINE has a clone of MSVCRT. I also know that MSVCRT exports some C++ symbols. How does WINE and its clone of MSVCRT and its build system handle the differences in name mangling between MSVCRT and GCC?
MSVCRT is the the C (and C++) run time library for MS Visual C/C++ compiler. It's not intended as gcc's CRT (which got linked anyway to any winelib program).
A+