Commit ec11a7b8 authored by Alexandre Julliard's avatar Alexandre Julliard

oleaut32/tests: Allow UuidCreate to return RPC_S_UUID_LOCAL_ONLY.

parent d324c42b
......@@ -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));*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment