[PSDK]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 2 Mar 2014 21:42:19 +0000 (21:42 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 2 Mar 2014 21:42:19 +0000 (21:42 +0000)
* Fix a FIXME.. Actually, the LLVM/Clang folks did this ;)

svn path=/trunk/; revision=62400

reactos/include/psdk/guiddef.h

index 5b7f726..be843cc 100644 (file)
@@ -32,13 +32,8 @@ typedef struct _GUID
 #endif
 
 #ifndef DECLSPEC_SELECTANY
 #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
 #define DECLSPEC_SELECTANY __declspec(selectany)
 #endif
-#endif
 
 #ifndef EXTERN_C
 #ifdef __cplusplus
 
 #ifndef EXTERN_C
 #ifdef __cplusplus