Branch: refs/heads/master Author: Nick Treleaven nick.treleaven@btinternet.com Committer: Nick Treleaven nick.treleaven@btinternet.com Date: Fri, 10 Oct 2014 15:41:01 UTC Commit: 0362a2281b1d558b42992a82a988f09a9d631425 https://github.com/geany/geany/commit/0362a2281b1d558b42992a82a988f09a9d6314...
Log Message: ----------- Define _WIN32_IE for SHGFP_TYPE
Modified Paths: -------------- win32-config.h
Modified: win32-config.h 5 lines changed, 4 insertions(+), 1 deletions(-) =================================================================== @@ -318,5 +318,8 @@ /* Define if you want to detect a running instance */ #define HAVE_SOCKET 1
-// Require at least XP for Windows API +// Need Windows XP for SHGetFolderPathAndSubDirW #define WINVER 0x0501 + +// Needed for SHGFP_TYPE +#define _WIN32_IE 0x0500
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).