diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-30 22:58:19 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-30 22:58:19 +0100 |
commit | 4da020c5272aaddce3d9d8f1bad4c0cef8029a13 (patch) | |
tree | afb2971e09e66cd98c9778c4f57d9b326f7de996 /fpicker/source | |
parent | d837c7b773c719202b0ae6c33825bf6d0ea7a6c5 (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/source')
-rw-r--r-- | fpicker/source/win32/filepicker/platform_xp.h | 4 |
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 |