diff options
author | Gpower2 <arslanoglou.georgios@gmail.com> | 2016-09-16 18:55:52 +0300 |
---|---|---|
committer | Gpower2 <arslanoglou.georgios@gmail.com> | 2016-09-16 18:55:52 +0300 |
commit | 34a4ee8ab85627cce257caeb8ffee6f51593ff2e (patch) | |
tree | 138633ce13f1833dc542053624128ff92bd73bed /other-licenses | |
parent | 9fcedeb3476c2174dbbb8a1a89285bbad05aec2a (diff) | |
download | palemoon-gre-34a4ee8ab85627cce257caeb8ffee6f51593ff2e.tar.gz |
Change WIN_VER and _WIN32_WINNT to 0x0600
Diffstat (limited to 'other-licenses')
-rw-r--r-- | other-licenses/7zstub/src/7zip/FileManager/Resource/ProgressDialog/StdAfx.h | 4 | ||||
-rw-r--r-- | other-licenses/nsis/Contrib/InetBgDL/InetBgDL.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/other-licenses/7zstub/src/7zip/FileManager/Resource/ProgressDialog/StdAfx.h b/other-licenses/7zstub/src/7zip/FileManager/Resource/ProgressDialog/StdAfx.h index 6447c2064..8eed18ebe 100644 --- a/other-licenses/7zstub/src/7zip/FileManager/Resource/ProgressDialog/StdAfx.h +++ b/other-licenses/7zstub/src/7zip/FileManager/Resource/ProgressDialog/StdAfx.h @@ -3,10 +3,10 @@ #ifndef __STDAFX_H
#define __STDAFX_H
-#define _WIN32_WINNT 0x0400
+#define _WIN32_WINNT 0x0600
// it's for Windows NT supporting (MENUITEMINFOW)
-#define WINVER 0x0400
+#define WINVER 0x0600
#include <windows.h>
#include <commctrl.h>
diff --git a/other-licenses/nsis/Contrib/InetBgDL/InetBgDL.h b/other-licenses/nsis/Contrib/InetBgDL/InetBgDL.h index c7fabec2b..e7e72d7b7 100644 --- a/other-licenses/nsis/Contrib/InetBgDL/InetBgDL.h +++ b/other-licenses/nsis/Contrib/InetBgDL/InetBgDL.h @@ -14,7 +14,7 @@ # endif #endif -#define _WIN32_WINNT 0x0400 +#define _WIN32_WINNT 0x0600 #include <windows.h> #include <tchar.h> #include <wininet.h> |