[APITESTS] Improve and fix tests

This commit is contained in:
Timo Kreuzer 2019-12-09 17:16:02 +01:00
parent cd5cc017cb
commit 465745b683
45 changed files with 832 additions and 566 deletions

View file

@ -416,9 +416,9 @@ START_TEST(SHCreateDataObject)
if (!pSHCreateDataObject)
{
skip("shell32!SHCreateDataObject not exported\n");
return;
}
CoInitializeEx(NULL, COINIT_APARTMENTTHREADED);
RTL_OSVERSIONINFOEXW rtlinfo = {0};