From 8b82faab1e41341c3a3d2ae40b999469020bedc3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 15 Feb 2019 15:23:29 +0300 Subject: NewsAggregator => TinyXml --- plugins/NewsAggregator/Src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewsAggregator/Src/stdafx.h') diff --git a/plugins/NewsAggregator/Src/stdafx.h b/plugins/NewsAggregator/Src/stdafx.h index 67c4ff057a..dd56fbf93f 100644 --- a/plugins/NewsAggregator/Src/stdafx.h +++ b/plugins/NewsAggregator/Src/stdafx.h @@ -126,7 +126,7 @@ void CALLBACK timerProc2(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTim bool IsMyContact(MCONTACT hContact); void GetNewsData(wchar_t *szUrl, char **szData, MCONTACT hContact, CFeedEditor *pEditDlg); -time_t __stdcall DateToUnixTime(const wchar_t *stamp, bool FeedType); +time_t DateToUnixTime(const char *stamp, bool FeedType); void CheckCurrentFeed(MCONTACT hContact); void CheckCurrentFeedAvatar(MCONTACT hContact); LPCTSTR CheckFeed(wchar_t* tszURL, CFeedEditor *pEditDlg); -- cgit v1.2.3