diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-14 21:12:01 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-14 21:12:01 +0000 |
commit | 017bb0233c3495eb6b441f5adbfb864f8ac93dce (patch) | |
tree | 62fbd2e6fbb5a4a63772248581001c08f76491a1 /protocols/NewsAggregator/Src/Common.h | |
parent | 37f6d368b6214799b74dbc6050db106cb9df68af (diff) |
NewsAggregator:
working without boost libs (maybe have bugs)
Check News Feed when message dialog is opened
git-svn-id: http://svn.miranda-ng.org/main/trunk@418 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/NewsAggregator/Src/Common.h')
-rw-r--r-- | protocols/NewsAggregator/Src/Common.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/NewsAggregator/Src/Common.h b/protocols/NewsAggregator/Src/Common.h index fedb81250c..63f436e667 100644 --- a/protocols/NewsAggregator/Src/Common.h +++ b/protocols/NewsAggregator/Src/Common.h @@ -29,8 +29,7 @@ Boston, MA 02111-1307, USA. #include <string.h>
#include <stdlib.h>
#include <sys\stat.h>
-
-#include <boost/regex.hpp>
+#include <mshtml.h>
// Miranda header files
#include <newpluginapi.h>
@@ -45,6 +44,7 @@ Boston, MA 02111-1307, USA. #include <m_hotkeys.h>
#include <m_netlib.h>
#include <m_icolib.h>
+#include <m_message.h>
#include <win2k.h>
#include <m_protocols.h>
#include <m_protomod.h>
@@ -134,7 +134,6 @@ VOID DeleteAllItems(HWND hwndList); time_t __stdcall DateToUnixTime(TCHAR *stamp, BOOL FeedType);
VOID CheckCurrentFeed (HANDLE hContact);
TCHAR* CheckFeed(TCHAR* tszURL, HWND hwndDlg);
-size_t decode_html_entities_utf8(char *dest, const char *src);
// =============== NewsAggr SERVICES ================
// Check all Feeds info
|