winstd::tstring defined

This commit is contained in:
Simon Rozman 2016-05-16 16:40:12 +02:00
parent 9fb683cf83
commit 0392c57351

View File

@ -122,6 +122,13 @@ inline int sprintf(_Out_ std::basic_string<_Elem, _Traits, _Ax> &str, _In_z_ _Pr
namespace winstd
{
#ifdef _UNICODE
typedef std::wstring tstring;
#else
typedef std::string tstring;
#endif
///
/// \defgroup WinStdSysHandles System Handles
/// Simplifies work with object handles of various type