diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-01-14 19:50:34 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-01-14 19:50:34 +0000 |
commit | d967bda7e81a9b68f0a22acd3a8aa27093c3b745 (patch) | |
tree | 90479857996b63e2f8372d0227a75a6f2b5c8e5e | |
parent | 0aafc6c4b2e485f5ee9bb0bdf3e687525859cb03 (diff) |
added define for new langpack support
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@259 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | HTTPServer/Glob.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/HTTPServer/Glob.h b/HTTPServer/Glob.h index 8dc270c..a5db566 100644 --- a/HTTPServer/Glob.h +++ b/HTTPServer/Glob.h @@ -18,6 +18,9 @@ #ifndef HTTP_SERVER_GLOB_H
#define HTTP_SERVER_GLOB_H
+#define MIRANDA_VER 0x0900
+#define MIRANDA_CUSTOM_LP
+
#include <windows.h>
#include <string>
#include <process.h>
@@ -27,7 +30,6 @@ #include <commctrl.h>
#include <Winsock.h>
-#define MIRANDA_VER 0x0900
#include "newpluginapi.h"
#include "m_database.h"
#include "m_clist.h"
|