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.

34 lines
911 B

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1996-1997 **
  4. //*********************************************************************
  5. [
  6. control,
  7. lcid(0x0000), // lcid =0; locale independent.
  8. helpstring("Microsoft HTML Object Library"),
  9. helpfile("mshtml.hlp"),
  10. version(4.00), // WARNING: This version must match VERSION in dllreg.cxx.
  11. uuid(3050f1c5-98b5-11cf-bb82-00aa00bdce0b)
  12. ]
  13. library MSHTML
  14. {
  15. #include <mshtmdid.h>
  16. #include <mshtmcid.h>
  17. cpp_quote("#include <olectl.h>")
  18. cpp_quote("EXTERN_C const GUID CMDSETID_Forms3;")
  19. cpp_quote("#define SID_SHTMLWindow IID_IHTMLWindow2")
  20. #ifndef _MAC
  21. importlib("stdole2.tlb");
  22. #else
  23. importlib("mstdole.tlb");
  24. #endif
  25. import "ocidl.idl";
  26. #include <olectl.h>