From e7478f33908793f79ca197a10744d112f707410f Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 14 Jul 2021 10:41:27 +0200 Subject: Make library loaded with absolute path not wrapped (unless BOX64_PREFER_WRAPPED=1 is used) --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') diff --git a/src/include/debug.h b/src/include/debug.h index 5341435f..26bbb8d7 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -23,6 +23,7 @@ extern uintptr_t trace_start, trace_end; extern char* trace_func; #endif extern int allow_missing_libs; +extern int box64_prefer_wrapped; extern int box64_steam; extern int box64_wine; extern int box64_nopulse; // disabling the use of wrapped pulseaudio -- cgit 1.4.1