diff options
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>
|