oleaut32/tests: Allow UuidCreate to return RPC_S_UUID_LOCAL_ONLY.

This commit is contained in:
Alexandre Julliard 2008-06-24 11:51:07 +02:00
parent d324c42b4c
commit ec11a7b828
1 changed files with 1 additions and 1 deletions

View File

@ -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));*/