[geany/geany-plugins] 87d4bb: Copy fix from upstream

elextr git-noreply at xxxxx
Thu Jun 2 06:37:36 UTC 2016


Branch:      refs/heads/master
Author:      elextr <elextr at gmail.com>
Committer:   elextr <elextr at gmail.com>
Date:        Thu, 02 Jun 2016 06:37:36 UTC
Commit:      87d4bbcd16a41fce93b7da20c2135ff728b25791
             https://github.com/geany/geany-plugins/commit/87d4bbcd16a41fce93b7da20c2135ff728b25791

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).


More information about the Plugins-Commits mailing list