about summary refs log tree commit diff stats
path: root/src/wrapped32/wrappedcrashhandler.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-28 15:58:29 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-28 15:58:29 +0200
commit0f9dac511cd1f6226a83e456bacdb139c3b6041b (patch)
tree69e477c7b81b3ae11f55bac8bba4f64cc78aacbe /src/wrapped32/wrappedcrashhandler.c
parent11724fd2ada743774f9cf2e66d5403801412aefb (diff)
downloadbox64-0f9dac511cd1f6226a83e456bacdb139c3b6041b.tar.gz
box64-0f9dac511cd1f6226a83e456bacdb139c3b6041b.zip
[BOX32][WRAPPER] Added some more 32bits libc functions
Diffstat (limited to 'src/wrapped32/wrappedcrashhandler.c')
-rwxr-xr-xsrc/wrapped32/wrappedcrashhandler.c2
1 files changed, 1 insertions, 1 deletions
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);\