Piotr Caban : msvcr90: Forward _iswalpha_l calls to msvcrt.

Alexandre Julliard julliard at winehq.org
Thu Apr 15 11:37:38 CDT 2010


Module: wine
Branch: master
Commit: b22ff84d6c842e1076c89fde88f6ea9f1cd6f965
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b22ff84d6c842e1076c89fde88f6ea9f1cd6f965

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Thu Apr 15 14:24:28 2010 +0200

msvcr90: Forward _iswalpha_l calls to msvcrt.

---

 dlls/msvcr80/msvcr80.spec |    2 +-
 dlls/msvcr90/msvcr90.spec |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msvcr80/msvcr80.spec b/dlls/msvcr80/msvcr80.spec
index 46e7077..ac3ca94 100644
--- a/dlls/msvcr80/msvcr80.spec
+++ b/dlls/msvcr80/msvcr80.spec
@@ -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
diff --git a/dlls/msvcr90/msvcr90.spec b/dlls/msvcr90/msvcr90.spec
index 1d7e139..a038a8f 100644
--- a/dlls/msvcr90/msvcr90.spec
+++ b/dlls/msvcr90/msvcr90.spec
@@ -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




More information about the wine-cvs mailing list