Skip to content

Commit

Permalink
Fixed a build error happen on clang-cl build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Mar 10, 2020
1 parent ce48f86 commit b5bb92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_mixer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5bb92f

Please sign in to comment.