Set PLAT_GTK before including ScintillaWidget.h

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@644 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2006-07-28 12:24:16 +00:00
parent d561c70125
commit 5a32e39810

View File

@ -24,6 +24,9 @@
#define GEANY_SCIWRAPPERS_H 1 #define GEANY_SCIWRAPPERS_H 1
#include "Scintilla.h" #include "Scintilla.h"
#ifndef PLAT_GTK
# define PLAT_GTK 1
#endif
#include "ScintillaWidget.h" #include "ScintillaWidget.h"