Leaked source code of windows server 2003
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.

23 lines
441 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 "activate.h"
  9. #include "catalog.h"
  10. #include "objsrv.h"
  11. #include "getif.h"
  12. #ifdef SERVER_HANDLER
  13. #include "srvhdl.h"
  14. #endif
  15. #include "odeth.h"
  16. #include "host.h"