Fix checking Windows platform with preprocessor (#9460)
Check _WIN32 instead of _MSC_VER because the later one is for MSVC only. This fixes building with mingw-w64 toolchain which uses GCC or Clang.pull/9462/head
parent
aa896f6389
commit
7e5bfe8883
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue