From 6ce4b99cb3dc5522ecf8fa337de661055ef5708c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 25 Aug 2013 12:08:14 +0000 Subject: MString removed from Jabber & IRC git-svn-id: http://svn.miranda-ng.org/main/trunk@5824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/mir_core/mstring.cpp | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src') diff --git a/src/mir_core/mstring.cpp b/src/mir_core/mstring.cpp index fc1b4d60f8..8d896f89d1 100644 --- a/src/mir_core/mstring.cpp +++ b/src/mir_core/mstring.cpp @@ -116,29 +116,3 @@ MIR_CORE_DLL(void) mirstr_unlock(CMStringData* pThis) pThis->nRefs = 1; } } - -///////////////////////////////////////////////////////////////////////////////////////// -// ChTraitsCRT - -int __stdcall ChTraitsCRT::GetFormattedLength( LPCWSTR pszFormat, va_list args ) -{ - return _vscwprintf(pszFormat, args); -} - -int __stdcall ChTraitsCRT::Format( LPWSTR pszBuffer, size_t nLength, LPCWSTR pszFormat, va_list args) -{ - return _vsnwprintf(pszBuffer, nLength, pszFormat, args); -} - -///////////////////////////////////////////////////////////////////////////////////////// -// ChTraitsCRT - -int __stdcall ChTraitsCRT::GetFormattedLength( LPCSTR pszFormat, va_list args ) -{ - return _vscprintf(pszFormat, args); -} - -int __stdcall ChTraitsCRT::Format( LPSTR pszBuffer, size_t nlength, LPCSTR pszFormat, va_list args ) -{ - return vsprintf_s(pszBuffer, nlength, pszFormat, args); -} -- cgit v1.2.3