From 8492ce3f393a48e0a526deb5b52319d316aa7340 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 27 Mar 2010 22:58:37 +0000 Subject: [PATCH] Fix definition of _wctype svn path=/trunk/; revision=46503 --- reactos/include/crt/ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/crt/ctype.h b/reactos/include/crt/ctype.h index 74f7b1eb170..294e0171111 100644 --- a/reactos/include/crt/ctype.h +++ b/reactos/include/crt/ctype.h @@ -38,7 +38,7 @@ extern "C" { #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);