From 32ca55ee9d4f9e1546d52fb2e993a19f51299791 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 2 May 2001 01:09:47 +0000 Subject: [PATCH] ntdll._iswctype should be ntdll.iswctype. --- dlls/msvcrt/msvcrt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec index 68411645402..7c10e9f5d5c 100644 --- a/dlls/msvcrt/msvcrt.spec +++ b/dlls/msvcrt/msvcrt.spec @@ -648,7 +648,7 @@ debug_channels (msvcrt) @ forward -noimport iswalpha ntdll._iswalpha @ cdecl iswascii(long) MSVCRT_iswascii @ cdecl iswcntrl(long) MSVCRT_iswcntrl -@ forward -noimport iswctype ntdll._iswctype +@ forward -noimport iswctype ntdll.iswctype @ cdecl iswdigit(long) MSVCRT_iswdigit @ cdecl iswgraph(long) MSVCRT_iswgraph @ cdecl iswlower(long) MSVCRT_iswlower