ntdll._iswctype should be ntdll.iswctype.

This commit is contained in:
Francois Gouget 2001-05-02 01:09:47 +00:00 committed by Alexandre Julliard
parent f05618bd00
commit 32ca55ee9d
1 changed files with 1 additions and 1 deletions

View File

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