Define __clang_major___WORKAROUND_GUARD

This commit is contained in:
Peter Dimov
2021-07-04 17:59:13 +03:00
parent f5bb9e5f5e
commit 9e80993844

View File

@ -192,6 +192,11 @@
#else #else
#define _COMPILER_VERSION_WORKAROUND_GUARD 0 #define _COMPILER_VERSION_WORKAROUND_GUARD 0
#endif #endif
#ifndef __clang_major__
#define __clang_major___WORKAROUND_GUARD 1
#else
#define __clang_major___WORKAROUND_GUARD 0
#endif
#ifndef _RWSTD_VER #ifndef _RWSTD_VER
#define _RWSTD_VER_WORKAROUND_GUARD 1 #define _RWSTD_VER_WORKAROUND_GUARD 1