shlwapi/tests: Test if SHCreateStreamOnFileEx is present before using it.

This commit is contained in:
Alexandre Julliard 2013-11-08 12:57:14 +01:00
parent 2bbd179ea4
commit ec7c250450

View file

@ -759,5 +759,5 @@ START_TEST(istream)
}
}
test_SHCreateStreamOnFileEx_CopyTo();
if (pSHCreateStreamOnFileEx) test_SHCreateStreamOnFileEx_CopyTo();
}