Hi, Is it possible to set a compiler flags only if compiler is MinGW (that means these flags wouldn't be set on MSVC). if (WIN32) matches both compilers obviously. Thanks