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.

24 lines
438 B

  1. // oleprv.h - header files matching those needed by oleprv.idl
  2. //
  3. // internal interfaces used by DCOM
  4. // this is private! (for now)
  5. // NOTE: as entries are added to oleprv.idl, corresponding entries should
  6. // be added here
  7. #include "remunk.h"
  8. #include "multqi.h"
  9. #include "activate.h"
  10. #include "catalog.h"
  11. #include "objsrv.h"
  12. #include "getif.h"
  13. #ifdef SERVER_HANDLER
  14. #include "srvhdl.h"
  15. #endif
  16. #include "odeth.h"
  17. #include "host.h"