Fix definition of _wctype

svn path=/trunk/; revision=46503
This commit is contained in:
Timo Kreuzer 2010-03-27 22:58:37 +00:00
parent fd3fa1abb6
commit 8492ce3f39

View file

@ -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);