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.

51 lines
796 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Master include file for the IIS DCOMADM
  7. Author:
  8. Ivan Pashov (IvanPash) 16-Jan-2002
  9. Revision History:
  10. --*/
  11. #ifndef _PRECOMP_H_
  12. #define _PRECOMP_H_
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. #include <ntioapi.h>
  17. #include <windows.h>
  18. #include <aclapi.h>
  19. #include <olectl.h>
  20. #include <iiscrypt.h>
  21. #include <iiscnfgp.h>
  22. #include <inetsvcs.h>
  23. #include <dbgutil.h>
  24. #include <reftrace.h>
  25. #include <svcmsg.h>
  26. #include <locks.h>
  27. #include <buffer.hxx>
  28. #include <stringau.hxx>
  29. #include <catalog.h>
  30. #include <catmeta.h>
  31. #include <iadmext.h>
  32. #include <metabase.hxx>
  33. #include <secpriv.h>
  34. #include <seccom.hxx>
  35. #endif // _PRECOMP_H_