From 0f9dac511cd1f6226a83e456bacdb139c3b6041b Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 28 Sep 2024 15:58:29 +0200 Subject: [BOX32][WRAPPER] Added some more 32bits libc functions --- src/wrapped32/wrappedcrashhandler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wrapped32/wrappedcrashhandler.c') diff --git a/src/wrapped32/wrappedcrashhandler.c b/src/wrapped32/wrappedcrashhandler.c index 2a205298..8e8e68fa 100755 --- a/src/wrapped32/wrappedcrashhandler.c +++ b/src/wrapped32/wrappedcrashhandler.c @@ -21,7 +21,7 @@ static const char* crashhandlerName = "crashhandler.so"; #define LIBNAME crashhandler #define PRE_INIT \ - if(!(box64_steam || box64_steamcmd)) \ + if(!box64_dummy_crashhandler) \ return -1; \ if(1) \ lib->w.lib = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);\ -- cgit 1.4.1