Added support for Mac OS X and building with clang (bug 5601, r=dvander).
This commit is contained in:
@ -63,7 +63,7 @@
|
||||
#define PREPROC_TERM '\x7f'/* termination character for preprocessor expressions (the "DEL" code) */
|
||||
#define sDEF_PREFIX "default.inc" /* default prefix filename */
|
||||
|
||||
#if defined WIN32
|
||||
#if defined WIN32 || defined __clang__
|
||||
#define INVISIBLE
|
||||
#else
|
||||
#define INVISIBLE __attribute__((visibility("protected")))
|
||||
|
Reference in New Issue
Block a user