class_loader
class_loader copied to clipboard
Use _MSC_VER and support gcc on windows (mingw)
Hi,
This PR changes the compiler checking condition from system (_WIN32) to compiler (_MSC_VER), so that on Win32, gcc (mingw) is supported.