diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-24 21:25:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-24 21:25:59 +0000 |
commit | 2a3b48f91c74e4d0115c26af702a4d2ffccfc805 (patch) | |
tree | 307b681fa5b1a83db485334d3d24b80d2333c39d /src | |
parent | 467d090133efe3ee3bf093954a333928f001c8a5 (diff) |
end of zoo with various _WIN32_WINNT versions
git-svn-id: http://svn.miranda-ng.org/main/trunk@13112 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/core/commonheaders.h | 4 | ||||
-rw-r--r-- | src/core/stdauth/src/commonheaders.h | 4 | ||||
-rw-r--r-- | src/core/stdautoaway/src/commonheaders.h | 4 | ||||
-rw-r--r-- | src/core/stdaway/src/commonheaders.h | 4 | ||||
-rw-r--r-- | src/core/stdchat/src/chat.h | 4 | ||||
-rw-r--r-- | src/core/stdclist/src/commonheaders.h | 3 | ||||
-rw-r--r-- | src/core/stdcrypt/src/commonheaders.h | 4 | ||||
-rw-r--r-- | src/core/stdemail/src/commonheaders.h | 4 | ||||
-rw-r--r-- | src/core/stdfile/src/commonheaders.h | 4 | ||||
-rw-r--r-- | src/core/stdhelp/src/commonheaders.h | 4 | ||||
-rw-r--r-- | src/core/stdidle/src/commonheaders.h | 4 | ||||
-rw-r--r-- | src/core/stdmsg/src/commonheaders.h | 3 | ||||
-rw-r--r-- | src/core/stdssl/src/commonheaders.h | 3 | ||||
-rw-r--r-- | src/core/stduihist/src/commonheaders.h | 4 | ||||
-rw-r--r-- | src/core/stdurl/commonheaders.h | 4 | ||||
-rw-r--r-- | src/core/stduserinfo/src/commonheaders.h | 4 | ||||
-rw-r--r-- | src/core/stduseronline/src/commonheaders.h | 4 | ||||
-rw-r--r-- | src/mir_core/src/commonheaders.h | 4 |
18 files changed, 0 insertions, 69 deletions
diff --git a/src/core/commonheaders.h b/src/core/commonheaders.h index d9841639e4..6d5de6ecba 100644 --- a/src/core/commonheaders.h +++ b/src/core/commonheaders.h @@ -25,10 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _ALPHA_BASE_ 1 // defined for CVS builds
#define _ALPHA_FUSE_ 1 // defined for fuse powered core
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#define INCL_WINSOCK_API_TYPEDEFS 1
#include <winsock2.h>
diff --git a/src/core/stdauth/src/commonheaders.h b/src/core/stdauth/src/commonheaders.h index ef65adc364..5ad3618b5c 100644 --- a/src/core/stdauth/src/commonheaders.h +++ b/src/core/stdauth/src/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
diff --git a/src/core/stdautoaway/src/commonheaders.h b/src/core/stdautoaway/src/commonheaders.h index 91d2d92518..ac2017ea37 100644 --- a/src/core/stdautoaway/src/commonheaders.h +++ b/src/core/stdautoaway/src/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
diff --git a/src/core/stdaway/src/commonheaders.h b/src/core/stdaway/src/commonheaders.h index 893177c569..bb73a7f7df 100644 --- a/src/core/stdaway/src/commonheaders.h +++ b/src/core/stdaway/src/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
diff --git a/src/core/stdchat/src/chat.h b/src/core/stdchat/src/chat.h index 6212eb7c73..463b56061b 100644 --- a/src/core/stdchat/src/chat.h +++ b/src/core/stdchat/src/chat.h @@ -21,10 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef _CHAT_H_
#define _CHAT_H_
-#define WIN32_LEAN_AND_MEAN
-#define _WIN32_WINNT 0x0501
-#define _WIN32_IE 0x0501
-
#include <shlobj.h>
#include <windows.h>
#include <commctrl.h>
diff --git a/src/core/stdclist/src/commonheaders.h b/src/core/stdclist/src/commonheaders.h index 2a05b7de46..fb41436634 100644 --- a/src/core/stdclist/src/commonheaders.h +++ b/src/core/stdclist/src/commonheaders.h @@ -24,9 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _CRT_SECURE_NO_WARNINGS
-#define _WIN32_WINNT 0x0600
-#define _WIN32_IE 0x0501
-
#include <windows.h>
#include <vssym32.h>
#include <commctrl.h>
diff --git a/src/core/stdcrypt/src/commonheaders.h b/src/core/stdcrypt/src/commonheaders.h index bc0bfa8bc0..19eea8147c 100644 --- a/src/core/stdcrypt/src/commonheaders.h +++ b/src/core/stdcrypt/src/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
diff --git a/src/core/stdemail/src/commonheaders.h b/src/core/stdemail/src/commonheaders.h index 7b19c37b92..87f368b0ee 100644 --- a/src/core/stdemail/src/commonheaders.h +++ b/src/core/stdemail/src/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
diff --git a/src/core/stdfile/src/commonheaders.h b/src/core/stdfile/src/commonheaders.h index 78fd70be3d..9da5dfb390 100644 --- a/src/core/stdfile/src/commonheaders.h +++ b/src/core/stdfile/src/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
diff --git a/src/core/stdhelp/src/commonheaders.h b/src/core/stdhelp/src/commonheaders.h index 435dc9a32d..83c8ce38b1 100644 --- a/src/core/stdhelp/src/commonheaders.h +++ b/src/core/stdhelp/src/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
diff --git a/src/core/stdidle/src/commonheaders.h b/src/core/stdidle/src/commonheaders.h index 32d0616803..e4f831a73d 100644 --- a/src/core/stdidle/src/commonheaders.h +++ b/src/core/stdidle/src/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
diff --git a/src/core/stdmsg/src/commonheaders.h b/src/core/stdmsg/src/commonheaders.h index eacbec6b3f..82b52cbfc3 100644 --- a/src/core/stdmsg/src/commonheaders.h +++ b/src/core/stdmsg/src/commonheaders.h @@ -19,9 +19,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define _WIN32_WINNT 0x0501
-#define _WIN32_IE 0x0501
-
#define WIN32_LEAN_AND_MEAN
#define _CRT_SECURE_NO_WARNINGS
diff --git a/src/core/stdssl/src/commonheaders.h b/src/core/stdssl/src/commonheaders.h index 182ec4653b..1ad4b81011 100644 --- a/src/core/stdssl/src/commonheaders.h +++ b/src/core/stdssl/src/commonheaders.h @@ -19,9 +19,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define _WIN32_WINNT 0x0501
-#define _WIN32_IE 0x0501
-
#define _CRT_SECURE_NO_WARNINGS
#include <windows.h>
diff --git a/src/core/stduihist/src/commonheaders.h b/src/core/stduihist/src/commonheaders.h index 0f2950fd99..d6c986c227 100644 --- a/src/core/stduihist/src/commonheaders.h +++ b/src/core/stduihist/src/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
diff --git a/src/core/stdurl/commonheaders.h b/src/core/stdurl/commonheaders.h index 814cbecad9..9cbb9b1c20 100644 --- a/src/core/stdurl/commonheaders.h +++ b/src/core/stdurl/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
diff --git a/src/core/stduserinfo/src/commonheaders.h b/src/core/stduserinfo/src/commonheaders.h index cde32e1706..d7e900ffae 100644 --- a/src/core/stduserinfo/src/commonheaders.h +++ b/src/core/stduserinfo/src/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
diff --git a/src/core/stduseronline/src/commonheaders.h b/src/core/stduseronline/src/commonheaders.h index 236d3eebfe..366035a334 100644 --- a/src/core/stduseronline/src/commonheaders.h +++ b/src/core/stduseronline/src/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#include <tchar.h>
#include <winsock2.h>
#include <shlobj.h>
diff --git a/src/mir_core/src/commonheaders.h b/src/mir_core/src/commonheaders.h index a3a7896ca2..f5497075a2 100644 --- a/src/mir_core/src/commonheaders.h +++ b/src/mir_core/src/commonheaders.h @@ -22,10 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define WINVER 0x0700
-#define _WIN32_WINNT 0x0700
-#define _WIN32_IE 0x0601
-
#define INCL_WINSOCK_API_TYPEDEFS 1
#include <winsock2.h>
|