mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
widl: Don't force removal of progids since "CLSID" is also a progid.
This commit is contained in:
parent
24d2f694cb
commit
2bf6305ad6
@ -146,14 +146,14 @@ static int write_progid( const type_t *class )
|
||||
|
||||
if (progid)
|
||||
{
|
||||
put_str( indent, "ForceRemove '%s' = s '%s'\n", progid, descr );
|
||||
put_str( indent, "'%s' = s '%s'\n", progid, descr );
|
||||
put_str( indent++, "{\n" );
|
||||
put_str( indent, "CLSID = s '%s'\n", format_uuid( uuid ) );
|
||||
put_str( --indent, "}\n" );
|
||||
}
|
||||
if (vi_progid)
|
||||
{
|
||||
put_str( indent, "ForceRemove '%s' = s '%s'\n", vi_progid, descr );
|
||||
put_str( indent, "'%s' = s '%s'\n", vi_progid, descr );
|
||||
put_str( indent++, "{\n" );
|
||||
put_str( indent, "CLSID = s '%s'\n", format_uuid( uuid ) );
|
||||
if (progid) put_str( indent, "CurVer = s '%s'\n", progid );
|
||||
|
Loading…
x
Reference in New Issue
Block a user