Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1.1 KiB

  1. // These definitions are to smooth out the transition from old interface names to the
  2. // new ones.
  3. cpp_quote("#define IOmDocument2 IHTMLDocument2" )
  4. cpp_quote("#define IOmFramesCollection2 IHTMLFramesCollection2" )
  5. cpp_quote("#define IOmWindow2 IHTMLWindow2" )
  6. cpp_quote("#define IOmWindowEvents IHTMLWindowEvents" )
  7. cpp_quote("#define IOmImage IHTMLImgElement ")
  8. cpp_quote("#define IOmImageEvents HTMLImageEvents")
  9. cpp_quote("#define IOmImagesCollection IHTMLElementCollection")
  10. cpp_quote("#define IOmLink IHTMLAnchorElement")
  11. cpp_quote("#define IOmLinkEvents HTMLAnchorEvents")
  12. cpp_quote("#define IOmAnchor IHTMLAnchorElement")
  13. cpp_quote("#define IOmLinksCollection2 IHTMLElementCollection ")
  14. cpp_quote("#define IOmAnchorsCollection2 IHTMLElementCollection ")
  15. cpp_quote("#define IOmElementsCollection2 IHTMLElementCollection ")
  16. cpp_quote("#define IOmForm2 IHTMLFormElement")
  17. cpp_quote("#define IOmFormsCollection2 IHTMLElementCollection ")
  18. cpp_quote("#define IOmWindowEvents IHTMLWindowEvents")
  19. #include <mshtml.idl>