From b5bb92f5c5d886bd7132c57794708effcc9b1af7 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Tue, 10 Mar 2020 14:10:39 +0300 Subject: [PATCH] Fixed a build error happen on clang-cl build --- include/SDL_mixer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_mixer.h b/include/SDL_mixer.h index b6c04221..be062bd9 100644 --- a/include/SDL_mixer.h +++ b/include/SDL_mixer.h @@ -55,7 +55,7 @@ # endif # endif /* defined(_MSC_VER) */ -# ifdef __clang__ +# elif defined(__clang__) # if __has_extension(attribute_deprecated_with_message) # define MIXERX_DEPRECATED(message) __attribute__((deprecated(message))) # endif