summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-12-26 15:13:30 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-12-26 15:13:30 +0300
commitd7e53c4d5a748d5ef8c934e90dc59ff23c667420 (patch)
tree2b0c16de953e182321a0314b6ce3b909f428731f /plugins/HistoryStats/src/stdafx.h
parent129687d805025b4e292174ffb3d224a55baf24d2 (diff)
WCHAR -> wchar_t
Diffstat (limited to 'plugins/HistoryStats/src/stdafx.h')
-rw-r--r--plugins/HistoryStats/src/stdafx.h16
1 files changed, 8 insertions, 8 deletions
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 <WCHAR> string;
- typedef std::basic_ofstream<WCHAR> ofstream;
- typedef std::basic_ostream <WCHAR> ostream;
- typedef ext::basic_strfunc <WCHAR> strfunc;
- typedef ext::basic_format <WCHAR> format;
- typedef ext::basic_kformat <WCHAR> kformat;
+ const wchar_t* const endl = L"\n";
+
+ typedef std::basic_string <wchar_t> string;
+ typedef std::basic_ofstream<wchar_t> ofstream;
+ typedef std::basic_ostream <wchar_t> ostream;
+ typedef ext::basic_strfunc <wchar_t> strfunc;
+ typedef ext::basic_format <wchar_t> format;
+ typedef ext::basic_kformat <wchar_t> kformat;
}
namespace a