http://bugs.winehq.org/show_bug.cgi?id=27718
Summary: Duplicated UUID's in Urlmon Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: urlmon AssignedTo: wine-bugs@winehq.org ReportedBy: mansonigor@gmail.com
Created an attachment (id=35468) --> (http://bugs.winehq.org/attachment.cgi?id=35468) changes diff
There are duplicate uuids in urlmon:
1.)
file \wine\dlls\urlmon\urlmon_urlmon.idl line 24-26: uuid(79eac9e0-baf9-11ce-8c82-00aa004ba90b) ] coclass StdURLMoniker { interface IMoniker; }
conflicts with file wine\include\urlmon.idl lines 37-44: uuid(79eac9e0-baf9-11ce-8c82-00aa004ba90b), pointer_default(unique), local ] interface IInternet : IUnknown { typedef [unique] IInternet *LPIINTERNET; }
2.) file \wine\dlls\urlmon\urlmon_urlmon.idl line 66-68:
uuid(79eac9e7-baf9-11ce-8c82-00aa004ba90b) ] coclass FileProtocol { interface IInternetProtocolEx; interface IInternetPriority; }
conflicts with file wine\include\urlmon.idl lines 925-929:
uuid(79eac9e7-baf9-11ce-8c82-00aa004ba90b), pointer_default(unique) ] interface IInternetSession : IUnknown {
According to Microsoft SDKs\Windows\v7.1\Include\UrlMon.idl uuids in urlmon.idl are right. But urlmon_urlmon.idl has wrong duplicated uuids. Issue was discowered by MIDL. I have made a hack that fixes build. Don't know what uuids will be proper.
http://bugs.winehq.org/show_bug.cgi?id=27718
Igorko mansonigor@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #35468|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=27718
--- Comment #1 from Igorko mansonigor@gmail.com 2011-07-07 13:44:00 CDT --- Nd here are MIDL errors: error MIDL2270 : duplicate UUID. Same as : IInternet [ Coclass 'StdURLMoniker' ] error MIDL2270 : duplicate UUID. Same as : IInternetSession [ Coclass 'FileProtocol' ]
http://bugs.winehq.org/show_bug.cgi?id=27718
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2011-07-07 13:54:19 CDT --- The uuids are correct. File a bug with Microsoft ;-)
http://bugs.winehq.org/show_bug.cgi?id=27718
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com 2011-07-07 16:15:33 CDT --- Closing.