Initial import
This commit is contained in:
15
gtk-imports.c
Normal file
15
gtk-imports.c
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <malloc.h>
|
||||
|
||||
#define GTK_DECLARE_FUNCS
|
||||
#include "gtk-imports.h"
|
||||
|
||||
void loadGtkFunctions(void (*loader)(const char *funcname, void **func, void *user_data), void *user_data)
|
||||
{
|
||||
#undef GTK_IMPORTS_H
|
||||
#undef GTK_DECLARE_FUNCS
|
||||
#undef DECL
|
||||
#define GTK_LOAD_FUNCS
|
||||
#include "gtk-imports.h"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user