Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build with MinGW-w64 12+. (#140)
For more details see: #133 Accommodate mingw-llvm to this fix as well macros defined by mingw-llvm 16 (https://github.com/mstorsjo/llvm-mingw): #define __GNUC_MINOR__ 2 #define __GNUC_PATCHLEVEL__ 1 #define __GNUC__ 4 #define __clang_major__ 16 #define __clang_minor__ 0 #define __clang_patchlevel__ 0
- Loading branch information