From: Jacek Caban jacek@codeweavers.com
It's defined in corecrt.h, which is included anyway. --- include/msvcrt/sys/stat.h | 10 ---------- 1 file changed, 10 deletions(-)
diff --git a/include/msvcrt/sys/stat.h b/include/msvcrt/sys/stat.h index 29d75feb86b..6e5a400de6c 100644 --- a/include/msvcrt/sys/stat.h +++ b/include/msvcrt/sys/stat.h @@ -32,16 +32,6 @@ typedef int _off_t; #define _OFF_T_DEFINED #endif
-#ifndef DECLSPEC_ALIGN -# if defined(_MSC_VER) && (_MSC_VER >= 1300) && !defined(MIDL_PASS) -# define DECLSPEC_ALIGN(x) __declspec(align(x)) -# elif defined(__GNUC__) -# define DECLSPEC_ALIGN(x) __attribute__((aligned(x))) -# else -# define DECLSPEC_ALIGN(x) -# endif -#endif - #define _S_IEXEC 0x0040 #define _S_IWRITE 0x0080 #define _S_IREAD 0x0100