#include #include #include #define _GNU_SOURCE /* See feature_test_macros(7) */ #include #include "wrappedlibs.h" #include "debug.h" #include "wrapper.h" #include "bridge.h" #include "librarian/library_private.h" #include "x64emu.h" #include "emu/x64emu_private.h" #include "callback.h" #include "librarian.h" #include "box64context.h" #include "emu/x64emu_private.h" #ifdef ANDROID const char* libxcbshapeName = "libxcb-shape.so"; #else const char* libxcbshapeName = "libxcb-shape.so.0"; #endif #define LIBNAME libxcbshape #include "wrappedlib_init.h"