- _mingw.h: Don't define __attribute__ to nothing -- this is only good for creating...
[reactos.git] / reactos / include / crt / _mingw.h
index fc9a491..a71b387 100644 (file)
@@ -29,8 +29,6 @@
 # if !defined(__MINGW32__) && !defined(__MINGW64__) && !defined(__CYGWIN32__)
 #  define __declspec(x) __attribute__((x))
 # endif
-#else
-# define __attribute__(x) /* nothing */
 #endif
 
 #ifdef _MSC_VER