mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-16 17:28:58 +02:00
fix openssl
This commit is contained in:
parent
91cf865eea
commit
e71ba093b8
2 changed files with 14 additions and 0 deletions
10
externals/ps4sup/stub.cpp
vendored
10
externals/ps4sup/stub.cpp
vendored
|
|
@ -16,7 +16,17 @@ STUB_WEAK(ZSTD_trace_compress_begin)
|
|||
STUB_WEAK(ZSTD_trace_compress_end)
|
||||
STUB_WEAK(ZSTD_trace_decompress_begin)
|
||||
STUB_WEAK(ZSTD_trace_decompress_end)
|
||||
|
||||
FILE* __stderrp = stdout;
|
||||
FILE* __stdinp = stdin;
|
||||
|
||||
extern "C" {
|
||||
struct _RuneLocale;
|
||||
thread_local const _RuneLocale *_ThreadRuneLocale = NULL;
|
||||
const _RuneLocale *_CurrentRuneLocale = NULL;
|
||||
int __isthreaded = 0;
|
||||
int __mb_sb_limit = 0;
|
||||
}
|
||||
|
||||
#undef STUB_WEAK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue