ntdll._iswctype should be ntdll.iswctype.
This commit is contained in:
parent
f05618bd00
commit
32ca55ee9d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue