[geany/geany] d9fca4: Include missing header

Enrico Tröger git-noreply at xxxxx
Sun Apr 6 19:40:56 UTC 2014


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 06 Apr 2014 19:40:56 UTC
Commit:      d9fca40de33f45a420fec1230ad12264e9fc24a9
             https://github.com/geany/geany/commit/d9fca40de33f45a420fec1230ad12264e9fc24a9

Log Message:
-----------
Include missing header

It seems this header is necessary on Windows 7 or newer gcc versions
(not sure which one requires it) but according to the docs, it is
necessary anyways.


Modified Paths:
--------------
    src/win32.c

Modified: src/win32.c
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -31,6 +31,7 @@
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #include <commdlg.h>
+#include <shellapi.h>
 #include <shlobj.h>
 #include <io.h>
 #include <fcntl.h>



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list