diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 14:48:20 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 14:48:20 +0000 |
commit | f7e4dfb6f8b5d058ee3697cef20236f0fa9b127c (patch) | |
tree | bc8729c9b98a241ca57bb5dba370a273ac59d60f /QuickReplies/common.h | |
parent | a6ad2d090ead8e6e4d9db44a1593a854ea38d7ec (diff) |
QuickReplies:
added support for the new langpacks
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@102 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'QuickReplies/common.h')
-rw-r--r-- | QuickReplies/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/QuickReplies/common.h b/QuickReplies/common.h index 6602a95..d21be34 100644 --- a/QuickReplies/common.h +++ b/QuickReplies/common.h @@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. #define __QUICK_REPLY_H__
#define MIRANDA_VER 0x0900
+#define MIRANDA_CUSTOM_LP
#include <windows.h>
#include <vector>
|