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.

63 lines
1.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 2001
  6. //
  7. // File: pch.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef _pch_h
  11. #define _pch_h
  12. #ifdef __cplusplus
  13. extern "C"
  14. {
  15. #endif
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. #include <ntlsa.h>
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #include <windows.h>
  24. #include <winbase.h>
  25. #include <stdio.h>
  26. #include <stdlib.h>
  27. #include <tchar.h>
  28. #include <assert.h>
  29. #include <lm.h>
  30. #include <lmjoin.h>
  31. #include <dnsapi.h> // DnsvalidateDnsName_W
  32. #include <rpc.h>
  33. #include <stdlib.h>
  34. #include <dsgetdc.h>
  35. #include <ntdsapi.h>
  36. extern "C"
  37. {
  38. #include <netsetp.h>
  39. #include <w32timep.h>
  40. #include <joinp.h>
  41. #include <cryptdll.h>
  42. }
  43. #include <winldap.h>
  44. #include <windns.h>
  45. #include <icanon.h>
  46. #include <dsrole.h>
  47. #include <wincrypt.h>
  48. #include <winreg.h>
  49. #include <string.h>
  50. #define SECURITY_WIN32
  51. #include <security.h> // General definition of a Security Support Provider
  52. #include <lmsname.h>
  53. #include <locale.h>
  54. #define STRSAFE_NO_DEPRECATE
  55. #define STRSAFE_NO_CB_FUNCTIONS
  56. #include <strsafe.h>
  57. #include "strings.h"
  58. #include "varg.h"
  59. #include "cmdtable.h"
  60. #endif