Branch: refs/heads/master Author: elextr elextr@gmail.com Committer: elextr elextr@gmail.com Date: Thu, 02 Jun 2016 06:37:36 UTC Commit: 87d4bbcd16a41fce93b7da20c2135ff728b25791 https://github.com/geany/geany-plugins/commit/87d4bbcd16a41fce93b7da20c2135f...
Log Message: ----------- Copy fix from upstream
Copy fix for Scintilla macro name clash with geanypy
Modified Paths: -------------- geanypy/src/geanypy.h
Modified: geanypy/src/geanypy.h 3 lines changed, 3 insertions(+), 0 deletions(-) =================================================================== @@ -100,6 +100,9 @@ extern "C" { #include <Scintilla.h> #include <ScintillaWidget.h>
+/* Expansion of this Scintilla macro causes name clashes. */ +#undef NotifyHeader + #include <geanyplugin.h>
#ifndef G_LOG_DOMAIN
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org