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.

42 lines
644 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. setpch.h
  5. Abstract:
  6. DsSetup and configuration - precompiled includes for C Server Side
  7. Author:
  8. Mac McLain (MacM) Feb 10, 1997
  9. Environment:
  10. Revision History:
  11. --*/
  12. #ifndef __SETPCH_H__
  13. #define __SETPCH_H__
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #include <windows.h>
  18. #include <dssetrpc.h>
  19. #include <dsrole.h>
  20. #include <lsapmsgs.h>
  21. #include <lsacomp.h>
  22. #include <ntdsetup.h>
  23. #include <log.h>
  24. #include <secure.h>
  25. #include <ophandle.h>
  26. #include <lsa.h>
  27. #include <ds.h>
  28. #endif // __SETPCH_H__