mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Merge pull request #69 from FestusHagen/SW_MinGW
Silence warnings with MinGW 4.6.3.
This commit is contained in:
commit
ab5e19a016
4
taglib/toolkit/taglib.h
Normal file → Executable file
4
taglib/toolkit/taglib.h
Normal file → Executable file
@ -48,7 +48,9 @@
|
||||
# include <libkern/OSAtomic.h>
|
||||
# define TAGLIB_ATOMIC_MAC
|
||||
#elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
|
||||
# define NOMINMAX
|
||||
# if !defined(NOMINMAX)
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
# include <windows.h>
|
||||
# define TAGLIB_ATOMIC_WIN
|
||||
#elif defined (__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__ >= 401) \
|
||||
|
Loading…
Reference in New Issue
Block a user