Skip to content

Improve compiler detection for Clang in MSVC mode

Jacek Caban requested to merge jacek/wine:clang-gnuc into master

Clang doesn't define __GNUC__ in MSVC compatibility mode, but it still provides the functionality typically associated with it.

Merge request reports

Loading