- add __MINGW_NOTHROW macro (required for shell32 sync used in dirent.h)

svn path=/trunk/; revision=29480
This commit is contained in:
Johannes Anderwald 2007-10-10 20:53:47 +00:00
parent 5257ae8196
commit 8dd3300304

View file

@ -164,6 +164,12 @@
#define __MINGW_ATTRIB_DEPRECATED
#endif /* GNUC >= 3.1 */
#if __MINGW_GNUC_PREREQ (3, 3)
#define __MINGW_NOTHROW __attribute__ ((__nothrow__))
#else
#define __MINGW_NOTHROW
#endif /* GNUC >= 3.3 */
#ifndef __MSVCRT_VERSION__
/* High byte is the major version, low byte is the minor. */
# define __MSVCRT_VERSION__ 0x0600