summaryrefslogtreecommitdiff
path: root/other-licenses
diff options
context:
space:
mode:
authorGpower2 <arslanoglou.georgios@gmail.com>2016-09-17 18:00:13 +0300
committerGpower2 <arslanoglou.georgios@gmail.com>2016-09-17 18:00:13 +0300
commita72703f2d60ecbb8dea5e0432abd4e92ea07bdab (patch)
treee2bc432d242a39bb8566b2306739a0feef13cabe /other-licenses
parent982df836a6f423d99d903256de2b813d8b059c6c (diff)
downloadpalemoon-gre-a72703f2d60ecbb8dea5e0432abd4e92ea07bdab.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.h4
-rw-r--r--other-licenses/nsis/Contrib/InetBgDL/InetBgDL.h2
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>