diff options
Diffstat (limited to 'src/wrapped/wrappedlibxcbdri2.c')
| -rwxr-xr-x | src/wrapped/wrappedlibxcbdri2.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibxcbdri2.c b/src/wrapped/wrappedlibxcbdri2.c new file mode 100755 index 00000000..1a474f9d --- /dev/null +++ b/src/wrapped/wrappedlibxcbdri2.c @@ -0,0 +1,24 @@ +#define _GNU_SOURCE /* See feature_test_macros(7) */ +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <dlfcn.h> + +#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" + +const char* libxcbdri2Name = "libxcb-dri2.so.0"; +#define LIBNAME libxcbdri2 +static library_t *my_lib = NULL; + +#include "wrappedlib_init.h" |