#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" #ifdef ANDROID const char* pangocairoName = "libpangocairo-1.0.so"; #else const char* pangocairoName = "libpangocairo-1.0.so.0"; #endif #define LIBNAME pangocairo #define PRE_INIT \ if(box64_nogtk) \ return -1; #ifdef ANDROID #define NEEDED_LIBS "libpango-1.0.so" #else #define NEEDED_LIBS "libpango-1.0.so.0" #endif #include "wrappedlib_init.h"