diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-10 10:05:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-10 10:05:19 +0000 |
commit | 916b8258d0b19454eb901598efe2c940856241a9 (patch) | |
tree | ebd12d1d9cf70d1968505e7e43dfbbc53caec2c5 /plugins/Clist_blind/src/commonheaders.h | |
parent | 82f8985ba867765a08479a8211f9e5340c5878fa (diff) |
- Clist_blind: miranda_ver fix and cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@3034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind/src/commonheaders.h')
-rw-r--r-- | plugins/Clist_blind/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_blind/src/commonheaders.h b/plugins/Clist_blind/src/commonheaders.h index c0d0e363c2..9aef2da53b 100644 --- a/plugins/Clist_blind/src/commonheaders.h +++ b/plugins/Clist_blind/src/commonheaders.h @@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define MIRANDA_VER 0x0800
+#define MIRANDA_VER 0x0A00
#define _WIN32_WINNT 0x0600
#define _WIN32_IE 0x0501
|