https://issues.dlang.org/show_bug.cgi?id=16134

          Issue ID: 16134
           Summary: core.sys.windows.exdisp.DWebBrowserEvents2 incorrect
                    definition
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: [email protected]
          Reporter: [email protected]

DWebBrowserEvents2 is incorrectly defined. The members need to be removed (they
are included in MSDN but are supposed to be handled by late binding). It should
just be an empty interface like this:

interface DWebBrowserEvents2 : IDispatch {
}

--

Reply via email to