mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:53:06 +00:00
[PSDK]
* Fix a FIXME.. Actually, the LLVM/Clang folks did this ;) svn path=/trunk/; revision=62400
This commit is contained in:
parent
cdcdc82cda
commit
665aba875f
1 changed files with 0 additions and 5 deletions
|
@ -32,13 +32,8 @@ typedef struct _GUID
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DECLSPEC_SELECTANY
|
#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)
|
#define DECLSPEC_SELECTANY __declspec(selectany)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef EXTERN_C
|
#ifndef EXTERN_C
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue