diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-15 15:23:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-15 15:23:29 +0300 |
commit | 8b82faab1e41341c3a3d2ae40b999469020bedc3 (patch) | |
tree | 4b880fbb9876a3a5983fb1017dec75a301961cdb /plugins/NewsAggregator/Src/stdafx.h | |
parent | 939a842bc8af062686870e7362ca1e82b064edfa (diff) |
NewsAggregator => TinyXml
Diffstat (limited to 'plugins/NewsAggregator/Src/stdafx.h')
-rw-r--r-- | plugins/NewsAggregator/Src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|