[geany/geany] 245ae6: Require WINVER=WindowsXP for SHGetFolderPathAndSubDirW
Nick Treleaven
git-noreply at xxxxx
Tue Oct 7 14:30:19 UTC 2014
Branch: refs/heads/master
Author: Nick Treleaven <nick.treleaven at btinternet.com>
Committer: Nick Treleaven <nick.treleaven at btinternet.com>
Date: Tue, 07 Oct 2014 14:30:19 UTC
Commit: 245ae6696cfd8ec391531cd7057f29772d40726d
https://github.com/geany/geany/commit/245ae6696cfd8ec391531cd7057f29772d40726d
Log Message:
-----------
Require WINVER=WindowsXP for SHGetFolderPathAndSubDirW
Modified Paths:
--------------
win32-config.h
Modified: win32-config.h
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -318,3 +318,5 @@
/* Define if you want to detect a running instance */
#define HAVE_SOCKET 1
+// Require at least XP for Windows API
+#define WINVER 0x0501
--------------
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