13
0

another fix for apple's absurd un-namespaced global Carbon macros like "check"

git-svn-id: svn://localhost/ardour2/branches/3.0@13068 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-07-23 14:21:58 +00:00
parent 23aa71c759
commit ec0a1b88bb

View File

@ -45,6 +45,10 @@
#include <xmmintrin.h>
#endif
#ifdef check
#undef check /* stupid Apple and their un-namespaced, generic Carbon macros */
#endif
#include <giomm.h>
#include <glibmm/fileutils.h>