From 83f57f5092fd96fef29fd2784ed5d7701b52378b Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Wed, 7 Nov 2012 20:49:14 +0000 Subject: Merged with original Twitter: v1.1.0.0 - fixed some memory leaks (thx borkra) - fixed up some API v1.1 preferences - avatars now work for users that tweet - fixed the retweet truncation issue finally (properly this time), i test for the "retweeted_status" attribute now instead of flailing around blindly. git-svn-id: http://svn.miranda-ng.org/main/trunk@2239 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Twitter/src/utility.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Twitter/src/utility.h') diff --git a/protocols/Twitter/src/utility.h b/protocols/Twitter/src/utility.h index a8823291d1..bc94561274 100644 --- a/protocols/Twitter/src/utility.h +++ b/protocols/Twitter/src/utility.h @@ -111,8 +111,8 @@ public: protected: http::response slurp(const std::string &,http::method, OAuthParameters ); - int LOG(const char *fmt,...); - int WLOG(const char* first, const std::wstring last); + INT_PTR LOG(const char *fmt,...); + INT_PTR WLOG(const char* first, const std::wstring last); HANDLE httpPOST_; HANDLE handle_; -- cgit v1.2.3