diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-18 17:40:55 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-18 17:40:55 +0000 |
commit | 0ade2615265006e4ab8f701425f66c0e7653aabb (patch) | |
tree | cc0761d518d907d41ccf018505786ed9d2e49bb7 /plugins/StopSpamPlus | |
parent | 79a698bd5017012f7f4daa3a0af3ebea864b4912 (diff) |
updated MIRANDA_VER
git-svn-id: http://svn.miranda-ng.org/main/trunk@49 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamPlus')
-rw-r--r-- | plugins/StopSpamPlus/headers.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/StopSpamPlus/headers.h b/plugins/StopSpamPlus/headers.h index cfeb7acb00..2adfa0cdf0 100644 --- a/plugins/StopSpamPlus/headers.h +++ b/plugins/StopSpamPlus/headers.h @@ -7,8 +7,7 @@ // disable warnings about underscore in stdc functions
#pragma warning(disable: 4996)
-#define MIRANDA_VER 0x0900
-#define MIRANDA_CUSTOM_LP
+#define MIRANDA_VER 0x0A00
#include <windows.h>
#include <stdio.h>
|