diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 13:45:42 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 13:45:42 +0000 |
commit | 5bf6d4ad267d60f6d641b102b711d7f7f8538bc3 (patch) | |
tree | c6146437c82459fa88a2ba37bd105933776f4872 /authstate/commonheaders.h | |
parent | f2007b09a799f7259632a761edab9598e766cfbb (diff) |
authstate:
added support for the new langpacks
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@98 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'authstate/commonheaders.h')
-rw-r--r-- | authstate/commonheaders.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/authstate/commonheaders.h b/authstate/commonheaders.h index aab35c9..746ff48 100644 --- a/authstate/commonheaders.h +++ b/authstate/commonheaders.h @@ -26,6 +26,9 @@ #ifndef COMMHEADERS_H
#define COMMHEADERS_H
+#define MIRANDA_VER 0x0900
+#define MIRANDA_CUSTOM_LP
+
#include <windows.h>
#include <stdio.h> // needed by m_utils.h
#include <stddef.h> // needed by m_icolib.h > r9256
|