class_loader icon indicating copy to clipboard operation
class_loader copied to clipboard

Use _MSC_VER and support gcc on windows (mingw)

Open felixf4xu opened this issue 1 year ago • 0 comments

Hi,

This PR changes the compiler checking condition from system (_WIN32) to compiler (_MSC_VER), so that on Win32, gcc (mingw) is supported.

felixf4xu avatar Jul 23 '24 07:07 felixf4xu