=?UTF-8?Q?Benedikt=20B=C3=A4r=20?=: ucrtbase: Add more functions for Star Citizen 3.6.1.

Alexandre Julliard julliard at winehq.org
Tue Aug 20 15:35:22 CDT 2019


Module: wine
Branch: master
Commit: 6ed6d33ec252eff8eb6584b288271927826ac86e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6ed6d33ec252eff8eb6584b288271927826ac86e

Author: Benedikt Bär <beniwtv at relamp.tk>
Date:   Fri Aug 16 20:22:19 2019 +0200

ucrtbase: Add more functions for Star Citizen 3.6.1.

Signed-off-by: Benedikt Bär <beniwtv at relamp.tk>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 .../api-ms-win-crt-private-l1-1-0.spec                         | 10 +++++-----
 dlls/ucrtbase/ucrtbase.spec                                    | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dlls/api-ms-win-crt-private-l1-1-0/api-ms-win-crt-private-l1-1-0.spec b/dlls/api-ms-win-crt-private-l1-1-0/api-ms-win-crt-private-l1-1-0.spec
index d496889..1d5e2f8 100644
--- a/dlls/api-ms-win-crt-private-l1-1-0/api-ms-win-crt-private-l1-1-0.spec
+++ b/dlls/api-ms-win-crt-private-l1-1-0/api-ms-win-crt-private-l1-1-0.spec
@@ -840,7 +840,7 @@
 @ stub _o__wfullpath
 @ stub _o__wgetcwd
 @ stub _o__wgetdcwd
-@ stub _o__wgetenv
+@ cdecl _o__wgetenv(wstr) ucrtbase._o__wgetenv
 @ stub _o__wgetenv_s
 @ stub _o__wmakepath
 @ stub _o__wmakepath_s
@@ -857,7 +857,7 @@
 @ stub _o__wrmdir
 @ stub _o__wsearchenv
 @ stub _o__wsearchenv_s
-@ stub _o__wsetlocale
+@ cdecl _o__wsetlocale(long wstr) ucrtbase._o__wsetlocale
 @ stub _o__wsopen_dispatch
 @ stub _o__wsopen_s
 @ stub _o__wspawnv
@@ -913,7 +913,7 @@
 @ stub _o_atanhf
 @ stub _o_atanhl
 @ cdecl _o_atof(str) ucrtbase._o_atof
-@ stub _o_atoi
+@ cdecl _o_atoi(str) ucrtbase._o_atoi
 @ stub _o_atol
 @ stub _o_atoll
 @ stub _o_bsearch
@@ -922,7 +922,7 @@
 @ cdecl _o_calloc(long long) ucrtbase._o_calloc
 @ stub _o_cbrt
 @ stub _o_cbrtf
-@ stub _o_ceil
+@ cdecl _o_ceil(double) ucrtbase._o_ceil
 @ stub _o_ceilf
 @ stub _o_clearerr
 @ stub _o_clearerr_s
@@ -952,7 +952,7 @@
 @ stub _o_fgets
 @ stub _o_fgetwc
 @ stub _o_fgetws
-@ stub _o_floor
+@ cdecl _o_floor(double) ucrtbase._o_floor
 @ stub _o_floorf
 @ stub _o_fma
 @ stub _o_fmaf
diff --git a/dlls/ucrtbase/ucrtbase.spec b/dlls/ucrtbase/ucrtbase.spec
index 6684742..070f0d6 100644
--- a/dlls/ucrtbase/ucrtbase.spec
+++ b/dlls/ucrtbase/ucrtbase.spec
@@ -1504,7 +1504,7 @@
 @ stub _o__wfullpath
 @ stub _o__wgetcwd
 @ stub _o__wgetdcwd
-@ stub _o__wgetenv
+@ cdecl _o__wgetenv(wstr) MSVCRT__wgetenv
 @ stub _o__wgetenv_s
 @ stub _o__wmakepath
 @ stub _o__wmakepath_s
@@ -1521,7 +1521,7 @@
 @ stub _o__wrmdir
 @ stub _o__wsearchenv
 @ stub _o__wsearchenv_s
-@ stub _o__wsetlocale
+@ cdecl _o__wsetlocale(long wstr) MSVCRT__wsetlocale
 @ stub _o__wsopen_dispatch
 @ stub _o__wsopen_s
 @ stub _o__wspawnv
@@ -1577,7 +1577,7 @@
 @ stub _o_atanhf
 @ stub _o_atanhl
 @ cdecl _o_atof(str) MSVCRT_atof
-@ stub _o_atoi
+@ cdecl _o_atoi(str) MSVCRT_atoi
 @ stub _o_atol
 @ stub _o_atoll
 @ stub _o_bsearch
@@ -1586,7 +1586,7 @@
 @ cdecl _o_calloc(long long) MSVCRT_calloc
 @ stub _o_cbrt
 @ stub _o_cbrtf
-@ stub _o_ceil
+@ cdecl _o_ceil(double) MSVCRT_ceil
 @ stub _o_ceilf
 @ stub _o_clearerr
 @ stub _o_clearerr_s
@@ -1616,7 +1616,7 @@
 @ stub _o_fgets
 @ stub _o_fgetwc
 @ stub _o_fgetws
-@ stub _o_floor
+@ cdecl _o_floor(double) MSVCRT_floor
 @ stub _o_floorf
 @ stub _o_fma
 @ stub _o_fmaf




More information about the wine-cvs mailing list