summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-30 22:58:19 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-30 22:58:19 +0100
commit4da020c5272aaddce3d9d8f1bad4c0cef8029a13 (patch)
treeafb2971e09e66cd98c9778c4f57d9b326f7de996 /fpicker
parentd837c7b773c719202b0ae6c33825bf6d0ea7a6c5 (diff)
Windows XP is 0x0501
See http://msdn.microsoft.com/en-us/library/aa383745.aspx And as we support only XP as minimum change this. Change-Id: Iad51b0dd4bb960ed5a270b0b701ec3e0b28ab4e2
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/platform_xp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/platform_xp.h b/fpicker/source/win32/filepicker/platform_xp.h
index 89c99ef33c5b..6a502f680521 100644
--- a/fpicker/source/win32/filepicker/platform_xp.h
+++ b/fpicker/source/win32/filepicker/platform_xp.h
@@ -28,8 +28,8 @@
#undef _WIN32_IE
#undef _WTL_NO_CSTRING
-#define WINVER 0x0500
-#define _WIN32_WINNT 0x0500
+#define WINVER 0x0501
+#define _WIN32_WINNT 0x0501
#define _WIN32_IE 0x0600
#define _WTL_NO_CSTRING