From 923ae85f03ca317ec0fe37eca52534437997d6bb Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Thu, 24 Jan 2008 16:40:11 +0000 Subject: [PATCH] do not redefine _pctype svn path=/trunk/; revision=31970 --- reactos/include/crt/wctype.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/include/crt/wctype.h b/reactos/include/crt/wctype.h index ec342231f8c..57f61f71d43 100644 --- a/reactos/include/crt/wctype.h +++ b/reactos/include/crt/wctype.h @@ -94,6 +94,7 @@ _CRTIMP int __cdecl __MINGW_NOTHROW isleadbyte (int); /* Also in ctype.h */ +#ifndef _CTYPE_H_ #ifdef __DECLSPEC_SUPPORTED # if __MSVCRT_VERSION__ <= 0x0700 __MINGW_IMPORT unsigned short _ctype[]; @@ -118,7 +119,7 @@ _CRTIMP int __cdecl __MINGW_NOTHROW isleadbyte (int); # define _pctype (*_imp___pctype_dll) # endif /* CRTDLL */ #endif /* __DECLSPEC_SUPPORTED */ - +#endif #if !(defined (__NO_INLINE__) || defined(__NO_CTYPE_INLINES) \ || defined(__WCTYPE_INLINES_DEFINED))