* Fix a FIXME.. Actually, the LLVM/Clang folks did this ;)

svn path=/trunk/; revision=62400
This commit is contained in:
Amine Khaldi 2014-03-02 21:42:19 +00:00
parent cdcdc82cda
commit 665aba875f

View file

@ -32,13 +32,8 @@ typedef struct _GUID
#endif
#ifndef DECLSPEC_SELECTANY
#ifdef __clang__
/* FIXME: http://llvm.org/bugs/show_bug.cgi?id=13778 */
#define DECLSPEC_SELECTANY __attribute__((weak))
#else
#define DECLSPEC_SELECTANY __declspec(selectany)
#endif
#endif
#ifndef EXTERN_C
#ifdef __cplusplus