Author: akhaldi
Date: Sun Mar  2 21:42:19 2014
New Revision: 62400

URL: http://svn.reactos.org/svn/reactos?rev=62400&view=rev
Log:
[PSDK]
* Fix a FIXME.. Actually, the LLVM/Clang folks did this ;)

Modified:
    trunk/reactos/include/psdk/guiddef.h

Modified: trunk/reactos/include/psdk/guiddef.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/guiddef.h?rev=62400&r1=62399&r2=62400&view=diff
==============================================================================
--- trunk/reactos/include/psdk/guiddef.h        [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/guiddef.h        [iso-8859-1] Sun Mar  2 
21:42:19 2014
@@ -32,12 +32,7 @@
 #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


Reply via email to