[Bug 27718] New: Duplicated UUID's in Urlmon
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(a)winehq.org ReportedBy: mansonigor(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27718 Igorko <mansonigor(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35468|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27718 --- Comment #1 from Igorko <mansonigor(a)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' ] -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27718 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> 2011-07-07 13:54:19 CDT --- The uuids are correct. File a bug with Microsoft ;-) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27718 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2011-07-07 16:15:33 CDT --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org