Author: tkreuzer
Date: Sat Mar 27 23:58:37 2010
New Revision: 46503
URL:
http://svn.reactos.org/svn/reactos?rev=46503&view=rev
Log:
Fix definition of _wctype
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=46…
==============================================================================
--- trunk/reactos/include/crt/ctype.h [iso-8859-1] (original)
+++ trunk/reactos/include/crt/ctype.h [iso-8859-1] Sat Mar 27 23:58:37 2010
@@ -38,7 +38,7 @@
#ifndef _CRT_WCTYPEDATA_DEFINED
#define _CRT_WCTYPEDATA_DEFINED
# ifndef _CTYPE_DISABLE_MACROS
- _CRTDATA(extern unsigned short *_wctype);
+ _CRTDATA(extern const unsigned short _wctype[]);
_CRTIMP const wctype_t * __cdecl __pwctype_func(void);
# ifndef _M_CEE_PURE
_CRTDATA(extern const wctype_t *_pwctype);