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.

35 lines
499 B

  1. // a giant mega idl file to put the whole proxy together
  2. #include "unknwn.h"
  3. #include "objidl.h"
  4. #include "oleidl.h"
  5. #include "oaidl.h"
  6. #include "ocidl.h"
  7. #include "contxt.h"
  8. #ifdef DCOM
  9. // internal interfaces used by DCOM
  10. // this is private! (for now)
  11. #include "oleprv.h"
  12. // This is for the remote activation forwarding interface
  13. #ifdef _CHICAGO_
  14. #include "forward.h"
  15. #endif // _CHICAGO_
  16. #endif // DCOM
  17. #ifdef ASYNC
  18. #include "iconn.h"
  19. #endif
  20. #ifdef _CAIRO_
  21. #include "storext.h"
  22. #endif