summaryrefslogtreecommitdiff
path: root/other-licenses
diff options
context:
space:
mode:
authorGpower2 <arslanoglou.georgios@gmail.com>2016-09-16 18:55:52 +0300
committerGpower2 <arslanoglou.georgios@gmail.com>2016-09-16 18:55:52 +0300
commit34a4ee8ab85627cce257caeb8ffee6f51593ff2e (patch)
tree138633ce13f1833dc542053624128ff92bd73bed /other-licenses
parent9fcedeb3476c2174dbbb8a1a89285bbad05aec2a (diff)
downloadpalemoon-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.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>