mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 01:45:45 -04:00
dep/vixl: Fix build with clang-cl
This commit is contained in:
@ -48,7 +48,7 @@ namespace vixl {
|
||||
#ifdef __GNUC__
|
||||
#define VIXL_HAS_DEPRECATED_WITH_MSG
|
||||
#elif defined(__clang__)
|
||||
#ifdef __has_extension(attribute_deprecated_with_message)
|
||||
#if __has_extension(attribute_deprecated_with_message)
|
||||
#define VIXL_HAS_DEPRECATED_WITH_MSG
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user