2011-05-22 Antoine LECA <antoinel@users.sourceforge.net>
* include/_mingw.h: Define GCC system_header only if PCC is not defined. * include/stdlib.h: Fix a long-standing typo which prevented correct use of the MB_CUR_MAX macro/variable when DECLSPEC is not supported and <stdlib.h> is included before <ctype.h>.
This commit is contained in:
@ -28,8 +28,10 @@
|
||||
#define __MINGW32_PATCHLEVEL 0
|
||||
|
||||
#if __GNUC__ >= 3
|
||||
#ifndef __PCC__
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* These are defined by the user (or the compiler)
|
||||
to specify how identifiers are imported from a DLL.
|
||||
|
Reference in New Issue
Block a user