FEX/ThunkLibs/libXfixes/libXfixes_Host.cpp

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)