Commit 32ca55ee authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll._iswctype should be ntdll.iswctype.

parent f05618bd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment