mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-11-23 14:40:14 +00:00
24 lines
312 B
C++
24 lines
312 B
C++
/*
|
|
$info$
|
|
tags: thunklibs|X11
|
|
$end_info$
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
|
|
extern "C" {
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Xlibint.h>
|
|
#include <X11/Xutil.h>
|
|
#include <X11/extensions/Xfixes.h>
|
|
}
|
|
#undef min
|
|
#undef max
|
|
|
|
#include "common/Host.h"
|
|
#include <dlfcn.h>
|
|
|
|
#include "thunkgen_host_libXfixes.inl"
|
|
|
|
EXPORTS(libXfixes)
|