From d7e53c4d5a748d5ef8c934e90dc59ff23c667420 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Dec 2021 15:13:30 +0300 Subject: WCHAR -> wchar_t --- plugins/HistoryStats/src/stdafx.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/HistoryStats/src/stdafx.h') diff --git a/plugins/HistoryStats/src/stdafx.h b/plugins/HistoryStats/src/stdafx.h index 146727511f..0532e2c430 100644 --- a/plugins/HistoryStats/src/stdafx.h +++ b/plugins/HistoryStats/src/stdafx.h @@ -77,14 +77,14 @@ namespace ext { namespace w { - const WCHAR* const endl = L"\n"; - - typedef std::basic_string string; - typedef std::basic_ofstream ofstream; - typedef std::basic_ostream ostream; - typedef ext::basic_strfunc strfunc; - typedef ext::basic_format format; - typedef ext::basic_kformat kformat; + const wchar_t* const endl = L"\n"; + + typedef std::basic_string string; + typedef std::basic_ofstream ofstream; + typedef std::basic_ostream ostream; + typedef ext::basic_strfunc strfunc; + typedef ext::basic_format format; + typedef ext::basic_kformat kformat; } namespace a -- cgit v1.2.3