Open felixf4xu opened 3 months ago
Hi,
This PR changes the compiler checking condition from system (_WIN32) to compiler (_MSC_VER), so that on Win32, gcc (mingw) is supported.
_WIN32
_MSC_VER
Hi,
This PR changes the compiler checking condition from system (
_WIN32
) to compiler (_MSC_VER
), so that on Win32, gcc (mingw) is supported.