Commit b22ff84d authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcr90: Forward _iswalpha_l calls to msvcrt.

parent debd7d36
......@@ -611,7 +611,7 @@
@ stub _isspace_l
@ stub _isupper_l
@ stub _iswalnum_l
@ stub _iswalpha_l
@ cdecl _iswalpha_l(long ptr) msvcrt._iswalpha_l
@ stub _iswcntrl_l
@ stub _iswcsym_l
@ stub _iswcsymf_l
......
......@@ -599,7 +599,7 @@
@ stub _isspace_l
@ stub _isupper_l
@ stub _iswalnum_l
@ stub _iswalpha_l
@ cdecl _iswalpha_l(long ptr) msvcrt._iswalpha_l
@ stub _iswcntrl_l
@ stub _iswcsym_l
@ stub _iswcsymf_l
......
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