Author: akhaldi Date: Sat Apr 13 22:42:50 2013 New Revision: 58750
URL: http://svn.reactos.org/svn/reactos?rev=58750&view=rev Log: * Forgot the GCC case.
Modified: trunk/reactos/include/psdk/ntdef.h trunk/reactos/include/psdk/winnt.h
Modified: trunk/reactos/include/psdk/ntdef.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ntdef.h?rev=58... ============================================================================== --- trunk/reactos/include/psdk/ntdef.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/ntdef.h [iso-8859-1] Sat Apr 13 22:42:50 2013 @@ -300,7 +300,7 @@ #endif /* DECLSPEC_ALIGN */
#ifndef DECLSPEC_SELECTANY -#if (_MSC_VER >= 1100) +#if (_MSC_VER >= 1100) || defined(__GNUC__) #define DECLSPEC_SELECTANY __declspec(selectany) #else #define DECLSPEC_SELECTANY
Modified: trunk/reactos/include/psdk/winnt.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winnt.h?rev=58... ============================================================================== --- trunk/reactos/include/psdk/winnt.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/winnt.h [iso-8859-1] Sat Apr 13 22:42:50 2013 @@ -218,7 +218,7 @@ #endif
#ifndef DECLSPEC_SELECTANY -#if (_MSC_VER >= 1100) +#if (_MSC_VER >= 1100) || defined(__GNUC__) #define DECLSPEC_SELECTANY __declspec(selectany) #else #define DECLSPEC_SELECTANY