Author: tkreuzer Date: Thu Aug 30 10:16:13 2012 New Revision: 57206
URL: http://svn.reactos.org/svn/reactos?rev=57206&view=rev Log: Fix build
Modified: trunk/reactos/lib/sdk/crt/string/is_wctype.c
Modified: trunk/reactos/lib/sdk/crt/string/is_wctype.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/is_wctyp... ============================================================================== --- trunk/reactos/lib/sdk/crt/string/is_wctype.c [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/crt/string/is_wctype.c [iso-8859-1] Thu Aug 30 10:16:13 2012 @@ -1,6 +1,6 @@ #include <string.h>
-extern const unsigned short wine_wctype_table[]; +int iswctype(wint_t wc, wctype_t wctypeFlags);
/* * obsolete