Menu

#471 Wrong definition for IHTMLDocument2 (mshtml.h)

Known_bugs
closed-fixed
nobody
2004-01-03
2003-12-17
No

It seems to me that the definition for IHTMLDocument2
(as found in mshtml.h) is wrong, particularly the
line that reads
STDMETHOD(write)(THIS_ SAFEARRAY) PURE;
should be replaced by
STDMETHOD(write)(THIS_ SAFEARRAY*) PURE;

Probably, the same goes for writeln as well.

Rene

Discussion

  • Danny Smith

    Danny Smith - 2004-01-03

    Logged In: YES
    user_id=11494

    The problem you report has caused modification in some fashion in the official CVS for the given package. The w32api and
    mingw-runtime official CVS reside in the winsup CVS directory tree for Cygwin. Those package CVS trees are periodically
    merged into the MinGW CVS tree. If you still find problems then please open a new report.

     
  • Danny Smith

    Danny Smith - 2004-01-03
    • status: open --> closed-fixed