Drop special treating of gcc version < 2.95.
authorKai Tietz <ktietz70@googlemail.com>
Sat, 27 Feb 2010 14:15:11 +0000 (14:15 +0000)
committerKai Tietz <ktietz70@googlemail.com>
Sat, 27 Feb 2010 14:15:11 +0000 (14:15 +0000)
svn path=/branches/header-work/; revision=45696

include/ddk/ntdef.h

index e9e0c68..e78d5e3 100644 (file)
@@ -95,10 +95,8 @@ typedef unsigned long POINTER_64; // FIXME! HACK!!!
 //
 #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