[ATL][ATL_APITEST] Add CString::Tokenize + testcase

This commit is contained in:
Mark Jansen 2020-09-06 21:30:23 +02:00
parent abbe656407
commit 58092fb4da
3 changed files with 154 additions and 0 deletions

View file

@ -190,4 +190,7 @@ START_TEST(CString)
test_bstrW();
test_bstrA();
test_tokenizeW();
test_tokenizeA();
}