From 455c9969d10dd2d78f6e575322fe9f75c28cffba Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 30 Aug 2012 10:16:13 +0000 Subject: [PATCH] Fix build svn path=/trunk/; revision=57206 --- reactos/lib/sdk/crt/string/is_wctype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/sdk/crt/string/is_wctype.c b/reactos/lib/sdk/crt/string/is_wctype.c index 030900010de..853e04c6c57 100644 --- a/reactos/lib/sdk/crt/string/is_wctype.c +++ b/reactos/lib/sdk/crt/string/is_wctype.c @@ -1,6 +1,6 @@ #include -extern const unsigned short wine_wctype_table[]; +int iswctype(wint_t wc, wctype_t wctypeFlags); /* * obsolete