diff options
author | KWSys Upstream <kwrobot@kitware.com> | 2016-09-14 13:32:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-14 13:41:49 (GMT) |
commit | b80d6136321fb6c2be019dec4af4b1e486389e2c (patch) | |
tree | 9f190c8b794473fbe13499b32b24241b8d92b800 /testConsoleBuf.hxx | |
parent | fcc532470aa56e7a2e345f7f2396774787feb2ce (diff) | |
download | CMake-b80d6136321fb6c2be019dec4af4b1e486389e2c.zip CMake-b80d6136321fb6c2be019dec4af4b1e486389e2c.tar.gz CMake-b80d6136321fb6c2be019dec4af4b1e486389e2c.tar.bz2 |
KWSys 2016-09-14 (e736efa1)
Code extracted from:
http://public.kitware.com/KWSys.git
at commit e736efa13ad42a4245b95774d114720ad0877c5b (master).
Upstream Shortlog
-----------------
Brad King (1):
e736efa1 ConsoleBuf: Always compile test source for host Windows version
Dāvis Mosāns (1):
669e3a06 ConsoleBuf: Use a custom std::streambuf for console output on Windows
Diffstat (limited to 'testConsoleBuf.hxx')
-rw-r--r-- | testConsoleBuf.hxx | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testConsoleBuf.hxx b/testConsoleBuf.hxx new file mode 100644 index 0000000..855028b --- /dev/null +++ b/testConsoleBuf.hxx @@ -0,0 +1,24 @@ +/*============================================================================ + KWSys - Kitware System Library + Copyright 2000-2016 Kitware, Inc., Insight Software Consortium + + Distributed under the OSI-approved BSD License (the "License"); + see accompanying file Copyright.txt for details. + + This software is distributed WITHOUT ANY WARRANTY; without even the + implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + See the License for more information. +============================================================================*/ +#ifndef testConsoleBuf_hxx +#define testConsoleBuf_hxx + +static const wchar_t cmdConsoleBufChild[] = L"testConsoleBufChild"; + +static const wchar_t SyncEventName[] = L"SyncEvent"; + +// यूनिकोड είναι здорово! +static const wchar_t UnicodeTestString[] = L"\u092F\u0942\u0928\u093F\u0915\u094B\u0921 " + L"\u03B5\u03AF\u03BD\u03B1\u03B9 " + L"\u0437\u0434\u043E\u0440\u043E\u0432\u043E!"; + +#endif |