Skip to content

Commit

Permalink
Fixed warnings in MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
TsudaKageyu committed Nov 23, 2013
1 parent f733077 commit 7d7a7be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion taglib/toolkit/trefcounter.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
# include <libkern/OSAtomic.h>
# define TAGLIB_ATOMIC_MAC
#elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
# define NOMINMAX
# ifndef NOMINMAX
# define NOMINMAX
# endif
# include <windows.h>
# define TAGLIB_ATOMIC_WIN
#elif defined (__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__ >= 401) \
Expand Down

0 comments on commit 7d7a7be

Please sign in to comment.