Author: cwittich Date: Thu Jan 24 20:26:18 2008 New Revision: 31973
URL: http://svn.reactos.org/svn/reactos?rev=31973&view=rev Log: do not redefine _pctype
Modified: trunk/reactos/include/crt/ctype.h
Modified: trunk/reactos/include/crt/ctype.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/crt/ctype.h?rev=319... ============================================================================== --- trunk/reactos/include/crt/ctype.h (original) +++ trunk/reactos/include/crt/ctype.h Thu Jan 24 20:26:18 2008 @@ -106,7 +106,7 @@ #endif /* __DECLSPEC_SUPPORTED */ #endif /* MB_CUR_MAX */
- +#ifndef _WCTYPE_H_ #ifdef __DECLSPEC_SUPPORTED # if __MSVCRT_VERSION__ <= 0x0700 __MINGW_IMPORT unsigned short _ctype[]; @@ -131,6 +131,7 @@ # define _pctype (*_imp___pctype_dll) # endif /* CRTDLL */ #endif /* __DECLSPEC_SUPPORTED */ +#endif
/* * Use inlines here rather than macros, because macros will upset