[PATCH 1/2] api-ms-win-crt-private-l1-1-0: Add functions to make Star Citizen work

Benedikt Bär beniwtv at relamp.tk
Mon Aug 12 15:47:11 CDT 2019


Version 3.6.1 of Star Citizen needs a couple of functions
from this dll that were not implemented. Linked them
to ucrtbase's counterparts

Signed-off-by: Benedikt Bär <beniwtv at relamp.tk>
---
 .../api-ms-win-crt-private-l1-1-0.spec        | 32 +++++++++----------
 1 file changed, 16 insertions(+), 16 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 f010434a85..faf31499a6 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
@@ -156,7 +156,7 @@
 @ stub _o___stdio_common_vfwscanf
 @ cdecl _o___stdio_common_vsnprintf_s(int64 ptr long long str ptr ptr) ucrtbase._o___stdio_common_vsnprintf_s
 @ stub _o___stdio_common_vsnwprintf_s
-@ stub _o___stdio_common_vsprintf
+@ cdecl _o___stdio_common_vsprintf(int64 ptr long str ptr ptr) ucrtbase._o___stdio_common_vsprintf
 @ stub _o___stdio_common_vsprintf_p
 @ cdecl _o___stdio_common_vsprintf_s(int64 ptr long str ptr ptr) ucrtbase._o___stdio_common_vsprintf_s
 @ stub _o___stdio_common_vsscanf
@@ -692,7 +692,7 @@
 @ stub _o__strcoll_l
 @ stub _o__strdate
 @ stub _o__strdate_s
-@ stub _o__strdup
+@ cdecl _o__strdup(str) ucrtbase._o__strdup
 @ stub _o__strerror
 @ stub _o__strerror_s
 @ stub _o__strftime_l
@@ -706,7 +706,7 @@
 @ stub _o__strlwr_s_l
 @ stub _o__strncoll
 @ stub _o__strncoll_l
-@ stub _o__strnicmp
+@ cdecl _o__strnicmp(str str long) ucrtbase._o__strnicmp
 @ stub _o__strnicmp_l
 @ stub _o__strnicoll
 @ stub _o__strnicoll_l
@@ -840,7 +840,7 @@
 @ stub _o__wfullpath
 @ stub _o__wgetcwd
 @ stub _o__wgetdcwd
-@ stub _o__wgetenv
+@ cdecl _o__wgetenv(str) ucrtbase._o_getenv
 @ 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 str) ucrtbase._o__wsetlocale
 @ stub _o__wsopen_dispatch
 @ stub _o__wsopen_s
 @ stub _o__wspawnv
@@ -912,8 +912,8 @@
 @ stub _o_atanh
 @ stub _o_atanhf
 @ stub _o_atanhl
-@ stub _o_atof
-@ stub _o_atoi
+@ cdecl _o_atof(str) ucrtbase._o_atof
+@ 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
@@ -977,7 +977,7 @@
 @ stub _o_fwrite
 @ stub _o_getc
 @ stub _o_getchar
-@ stub _o_getenv
+@ cdecl _o_getenv(str) ucrtbase._o_getenv
 @ stub _o_getenv_s
 @ stub _o_gets
 @ stub _o_gets_s
@@ -1011,7 +1011,7 @@
 @ stub _o_iswspace
 @ stub _o_iswupper
 @ stub _o_iswxdigit
-@ stub _o_isxdigit
+@ cdecl _o_isxdigit(long) ucrtbase._o_isxdigit
 @ stub _o_ldexp
 @ stub _o_lgamma
 @ stub _o_lgammaf
@@ -1023,7 +1023,7 @@
 @ stub _o_llroundf
 @ stub _o_llroundl
 @ stub _o_localeconv
-@ stub _o_log
+@ cdecl _o_log(double) ucrtbase._o_log
 @ stub _o_log10
 @ stub _o_log10f
 @ stub _o_log1p
@@ -1054,7 +1054,7 @@
 @ stub _o_mbstowcs_s
 @ stub _o_mbtowc
 @ stub _o_memcpy_s
-@ stub _o_modf
+@ cdecl _o_modf(double ptr) ucrtbase._o_modf
 @ stub _o_modff
 @ stub _o_nan
 @ stub _o_nanf
@@ -1068,7 +1068,7 @@
 @ stub _o_nexttoward
 @ stub _o_nexttowardf
 @ stub _o_nexttowardl
-@ stub _o_pow
+@ cdecl _o_pow(double double) ucrtbase._o_pow
 @ stub _o_powf
 @ stub _o_putc
 @ stub _o_putchar
@@ -1104,13 +1104,13 @@
 @ stub _o_scalbnl
 @ stub _o_set_terminate
 @ stub _o_setbuf
-@ stub _o_setlocale
+@ cdecl _o_setlocale(long str) ucrtbase._o_setlocale
 @ stub _o_setvbuf
 @ stub _o_sin
 @ stub _o_sinf
 @ stub _o_sinh
 @ stub _o_sinhf
-@ stub _o_sqrt
+@ cdecl _o_sqrt(double) ucrtbase._o_sqrt
 @ stub _o_sqrtf
 @ stub _o_srand
 @ cdecl _o_strcat_s(str long str) ucrtbase._o_strcat_s
-- 
2.22.0




More information about the wine-devel mailing list