[Issue 16134] New: core.sys.windows.exdisp.DWebBrowserEvents2 incorrect definition

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jun 7 00:31:13 PDT 2016


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: nobody at puremagic.com
          Reporter: johnch_atms at hotmail.com

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 {
}

--


More information about the Digitalmars-d-bugs mailing list