Author: ktietz Date: Sat Feb 27 15:15:11 2010 New Revision: 45696 URL: http://svn.reactos.org/svn/reactos?rev=45696&view=rev Log: Drop special treating of gcc version < 2.95.
Modified: branches/header-work/include/ddk/ntdef.h Modified: branches/header-work/include/ddk/ntdef.h URL: http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/ntdef.h?rev=45696&r1=45695&r2=45696&view=diff ============================================================================== --- branches/header-work/include/ddk/ntdef.h [iso-8859-1] (original) +++ branches/header-work/include/ddk/ntdef.h [iso-8859-1] Sat Feb 27 15:15:11 2010 @@ -95,10 +95,8 @@ // #ifndef NONAMELESSUNION #ifdef __GNUC__ -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) || defined (__cplusplus) #define _ANONYMOUS_UNION __GNU_EXTENSION #define _ANONYMOUS_STRUCT __GNU_EXTENSION -#endif /* __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) || defined (__cplusplus) */ #elif defined(__WATCOMC__) || defined(_MSC_VER) #define _ANONYMOUS_UNION #define _ANONYMOUS_STRUCT