msvcrt: Export _wcsupr_s_l().

Francois Gouget fgouget at free.fr
Wed Mar 16 02:33:35 CDT 2011


---
 dlls/msvcrt/msvcrt.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

It's (partially) implemented so we might as well export it.


diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec
index 68eab2e..2ac0804 100644
--- a/dlls/msvcrt/msvcrt.spec
+++ b/dlls/msvcrt/msvcrt.spec
@@ -1093,7 +1093,7 @@
 @ cdecl _wcsupr(wstr) ntdll._wcsupr
 # stub _wcsupr_l
 @ cdecl _wcsupr_s(wstr long) MSVCRT__wcsupr_s
-# stub _wcsupr_s_l
+@ cdecl _wcsupr_s_l(wstr long ptr) MSVCRT__wcsupr_s_l
 # stub _wcsxfrm_l
 @ cdecl _wctime(ptr) MSVCRT__wctime
 @ cdecl _wctime32(ptr) MSVCRT__wctime32
-- 
1.7.2.3




More information about the wine-patches mailing list