Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Thu, 18 Apr 2013 18:43:38 UTC Commit: 0ed7f4c416cd20692f016d9aac10fa1c056a1f40 https://github.com/geany/geany-plugins/commit/0ed7f4c416cd20692f016d9aac10fa...
Log Message: ----------- Attempt to fix Windows nightly builds
Include geanyplugin.h to get compat.h for gtk_combo_box_text_*.
Modified Paths: -------------- geanylua/gsdlg.c
Modified: geanylua/gsdlg.c 3 files changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -25,9 +25,10 @@ #include "gsdlg.h" #endif
-#include <glib/gi18n.h> #include <stdlib.h>
+#include "geanyplugin.h" + #ifdef G_OS_WIN32 #define realpath(src,dst) _fullpath((dst),(src),_MAX_PATH) #endif
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org