From a7ecea148c70da66f744a0036f985bc97804d8b4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Apr 2015 22:24:58 +0000 Subject: unified project for Twitter git-svn-id: http://svn.miranda-ng.org/main/trunk@13181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Twitter/src/utility.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'protocols/Twitter/src/utility.h') diff --git a/protocols/Twitter/src/utility.h b/protocols/Twitter/src/utility.h index 017fd2e9be..fec8d6b23c 100644 --- a/protocols/Twitter/src/utility.h +++ b/protocols/Twitter/src/utility.h @@ -92,9 +92,4 @@ inline void mbcs_to_tcs(UINT code_page, const char *mbstr, TCHAR *tstr, int tlen MultiByteToWideChar(code_page, 0, mbstr, -1, tstr, tlen); } -inline void wcs_to_tcs(UINT code_page, const wchar_t *wstr, TCHAR *tstr, int tlen) -{ - wcsncpy(tstr, wstr, tlen); -} - bool save_url(HANDLE hNetlib,const std::string &url,const std::tstring &filename); \ No newline at end of file -- cgit v1.2.3