Commit 987d8a4f authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed typo in iswalpha forward.

parent 5e47acbc
......@@ -639,7 +639,7 @@ init MSVCRT_Init
@ cdecl isspace(long) MSVCRT_isspace
@ cdecl isupper(long) MSVCRT_isupper
@ cdecl iswalnum(long) MSVCRT_iswalnum
@ forward -noimport iswalpha ntdll._iswalpha
@ forward -noimport iswalpha ntdll.iswalpha
@ cdecl iswascii(long) MSVCRT_iswascii
@ cdecl iswcntrl(long) MSVCRT_iswcntrl
@ forward -noimport iswctype ntdll.iswctype
......
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