Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Wed, 01 Jul 2015 04:59:11 UTC Commit: 05aa58ff096e283fbb70babad40ede99fa5a82af https://github.com/geany/geany-plugins/commit/05aa58ff096e283fbb70babad40ede...
Log Message: ----------- Merge pull request #263 from eht16/geanyvc_fix_win32_cross_compile
Use lowercase header names
Modified Paths: -------------- geanyvc/src/externdiff.c
Modified: geanyvc/src/externdiff.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -23,7 +23,7 @@ #include "geanyvc.h"
#ifdef G_OS_WIN32 -#include <Shlobj.h> +#include <shlobj.h> #endif
extern GeanyFunctions *geany_functions;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).