mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +00:00
[APITESTS] Improve and fix tests
This commit is contained in:
parent
cd5cc017cb
commit
465745b683
45 changed files with 832 additions and 566 deletions
|
@ -416,9 +416,9 @@ START_TEST(SHCreateDataObject)
|
|||
if (!pSHCreateDataObject)
|
||||
{
|
||||
skip("shell32!SHCreateDataObject not exported\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
CoInitializeEx(NULL, COINIT_APARTMENTTHREADED);
|
||||
|
||||
RTL_OSVERSIONINFOEXW rtlinfo = {0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue