@elextr commented on this pull request.
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +#ifndef GEANY_PLUGIN_EXTENSION_H +#define GEANY_PLUGIN_EXTENSION_H 1 + +#include "document.h" + +/* Temporary define so the plugin can check whether it's compiled against + * Geany with plugin extension support or not */ +#define HAVE_GEANY_PLUGIN_EXTENSION 1 + +G_BEGIN_DECLS + + +typedef struct {
@elextr is reserving his scream for later 😈
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.