Author: cwittich
Date: Thu Jan 24 19:40:11 2008
New Revision: 31970
URL:
http://svn.reactos.org/svn/reactos?rev=31970&view=rev
Log:
do not redefine _pctype
Modified:
trunk/reactos/include/crt/wctype.h
Modified: trunk/reactos/include/crt/wctype.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/crt/wctype.h?rev=3…
==============================================================================
--- trunk/reactos/include/crt/wctype.h (original)
+++ trunk/reactos/include/crt/wctype.h Thu Jan 24 19:40:11 2008
@@ -94,6 +94,7 @@
/* Also in ctype.h */
+#ifndef _CTYPE_H_
#ifdef __DECLSPEC_SUPPORTED
# if __MSVCRT_VERSION__ <= 0x0700
__MINGW_IMPORT unsigned short _ctype[];
@@ -118,7 +119,7 @@
# define _pctype (*_imp___pctype_dll)
# endif /* CRTDLL */
#endif /* __DECLSPEC_SUPPORTED */
-
+#endif
#if !(defined (__NO_INLINE__) || defined(__NO_CTYPE_INLINES) \
|| defined(__WCTYPE_INLINES_DEFINED))