[geany/geany-plugins] a1fd7a: Use lowercase header names

Enrico Tröger git-noreply at xxxxx
Tue Jun 30 20:55:13 UTC 2015


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Tue, 30 Jun 2015 20:55:13 UTC
Commit:      a1fd7a570c0ab890a1413cdc3ff477a3d3eb3a88
             https://github.com/geany/geany-plugins/commit/a1fd7a570c0ab890a1413cdc3ff477a3d3eb3a88

Log Message:
-----------
Use lowercase header names

This fixes Windows cross-compilation on non-Windows systems with case-sensitive file systems.


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


More information about the Plugins-Commits mailing list