diff options
| author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 15:05:43 +0000 |
|---|---|---|
| committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 15:05:43 +0000 |
| commit | b91c528915e2f56415a163be3671e542482ab54b (patch) | |
| tree | c81a3caed0d6a2c837ea13c58a7dc0b2c1728fdd /stopspam/headers.h | |
| parent | bcfd2b7c6f7bc23d30791849712f297e5de01541 (diff) | |
stopspam:
added support for the new langpacks
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@104 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'stopspam/headers.h')
| -rw-r--r-- | stopspam/headers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stopspam/headers.h b/stopspam/headers.h index 8282e4d..cfeb7ac 100644 --- a/stopspam/headers.h +++ b/stopspam/headers.h @@ -7,7 +7,8 @@ // disable warnings about underscore in stdc functions
#pragma warning(disable: 4996)
-#define MIRANDA_VER 0x0800
+#define MIRANDA_VER 0x0900
+#define MIRANDA_CUSTOM_LP
#include <windows.h>
#include <stdio.h>
|
