diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-24 19:59:35 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-24 19:59:35 +0000 |
commit | ff3788bdcbd90769aa860814fb8a4a6b09a1e8a7 (patch) | |
tree | cf47e8d6de3b5fec49c79ba689b1291438d5b9d3 /plugins/Alarms/src/stdafx.h | |
parent | ae739a66709d15079be7514c8cbc9eabb5c8b8b4 (diff) |
Alarms - warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13105 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Alarms/src/stdafx.h')
-rw-r--r-- | plugins/Alarms/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Alarms/src/stdafx.h b/plugins/Alarms/src/stdafx.h index 78cfb91ed3..32d0eab2d1 100644 --- a/plugins/Alarms/src/stdafx.h +++ b/plugins/Alarms/src/stdafx.h @@ -2,7 +2,6 @@ #define _COMMON_INC
-#define _WIN32_WINNT 0x0500
#define _WIN32_IE 0x0400
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|