diff options
Diffstat (limited to 'src/wrapped32/wrappedcrashhandler.c')
| -rwxr-xr-x | src/wrapped32/wrappedcrashhandler.c | 2 |
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);\ |