diff options
author | Brad King <brad.king@kitware.com> | 2016-09-20 13:04:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-20 13:04:14 (GMT) |
commit | 3876e2976ed5ca7b2505decb22b3b001944fd027 (patch) | |
tree | 4d274266e244d5ed8ba0495d141a2c11e091b651 /Source/kwsys/testConsoleBuf.hxx | |
parent | 6b8812c27e6df1d10fa4bfc30cb3eadd08d7966b (diff) | |
parent | 9783ed1e6eaf87bea54633599a2025026343bbc9 (diff) | |
download | CMake-3876e2976ed5ca7b2505decb22b3b001944fd027.zip CMake-3876e2976ed5ca7b2505decb22b3b001944fd027.tar.gz CMake-3876e2976ed5ca7b2505decb22b3b001944fd027.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2016-09-20 (3f69ac40)
Diffstat (limited to 'Source/kwsys/testConsoleBuf.hxx')
-rw-r--r-- | Source/kwsys/testConsoleBuf.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/kwsys/testConsoleBuf.hxx b/Source/kwsys/testConsoleBuf.hxx index 855028b..7c2f4c6 100644 --- a/Source/kwsys/testConsoleBuf.hxx +++ b/Source/kwsys/testConsoleBuf.hxx @@ -14,7 +14,8 @@ static const wchar_t cmdConsoleBufChild[] = L"testConsoleBufChild"; -static const wchar_t SyncEventName[] = L"SyncEvent"; +static const wchar_t BeforeInputEventName[] = L"BeforeInputEvent"; +static const wchar_t AfterOutputEventName[] = L"AfterOutputEvent"; // यूनिकोड είναι здорово! static const wchar_t UnicodeTestString[] = L"\u092F\u0942\u0928\u093F\u0915\u094B\u0921 " |