diff options
author | Moonchild <wolfbeast@users.noreply.github.com> | 2016-09-16 19:57:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-16 19:57:38 +0200 |
commit | 68d46908a0b28864ebcb533f0d63ae5845a5f8db (patch) | |
tree | a508bcf245dd41de4c67154ddd50b94dd876a363 /other-licenses | |
parent | a5c9f003c9afb3a90b2398c3c2bbd8c29a8c67b1 (diff) | |
download | palemoon-gre-68d46908a0b28864ebcb533f0d63ae5845a5f8db.tar.gz |
Revert "Change WINVER and _WIN32_WINNT to 0x0600 where applicable for issue #515"
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 8eed18ebe..6447c2064 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 0x0600
+#define _WIN32_WINNT 0x0400
// it's for Windows NT supporting (MENUITEMINFOW)
-#define WINVER 0x0600
+#define WINVER 0x0400
#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 e7e72d7b7..c7fabec2b 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 0x0600 +#define _WIN32_WINNT 0x0400 #include <windows.h> #include <tchar.h> #include <wininet.h> |