oleaut32/tests: Allow UuidCreate to return RPC_S_UUID_LOCAL_ONLY.
This commit is contained in:
parent
d324c42b4c
commit
ec11a7b828
|
@ -640,7 +640,7 @@ static void test_QueryPathOfRegTypeLib(void)
|
|||
BSTR path;
|
||||
|
||||
status = UuidCreate(&uid);
|
||||
ok(!status, "UuidCreate error %08lx\n", status);
|
||||
ok(!status || status == RPC_S_UUID_LOCAL_ONLY, "UuidCreate error %08lx\n", status);
|
||||
|
||||
StringFromGUID2(&uid, uid_str, 40);
|
||||
/*trace("GUID: %s\n", wine_dbgstr_w(uid_str));*/
|
||||
|
|
Loading…
Reference in New Issue