define GEANY_PRIVATE to try to get access to geany internals (no idea if this will work but it gets rid of implicit declaration warnings at least)
This commit is contained in:
parent
e1099ef9fc
commit
d79c8c0838
@ -1,8 +1,11 @@
|
|||||||
|
#define GEANY_PRIVATE 1
|
||||||
#include <geanyplugin.h>
|
#include <geanyplugin.h>
|
||||||
#include <gdk/gdkkeysyms.h>
|
#include <gdk/gdkkeysyms.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
//#include "privates.h"
|
||||||
#include "panel.c"
|
#include "panel.c"
|
||||||
#include "table.c"
|
#include "table.c"
|
||||||
#include "tool.c"
|
#include "tool.c"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user