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.

26 lines
363 B

  1. // a giant mega idl file to put the whole proxy together
  2. #define DO_NO_IMPORTS
  3. #define __INCLUDE_CPIFS
  4. import "wtypes.idl";
  5. #include "unknwn.idl"
  6. #include "objidl.idl"
  7. #include "oleidl.idl"
  8. #include "contxt.idl"
  9. //#include "oaidl.idl"
  10. #ifdef DCOM
  11. // internal interfaces used by DCOM
  12. #include "oleprv.idl"
  13. #endif
  14. #ifdef ASYNC
  15. #include "iconn.idl"
  16. #endif