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.

69 lines
1.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2000
  5. //
  6. // File: pch.h
  7. //
  8. // Contents: Precompiled header for this project
  9. //
  10. // History: 06-Sep-2000 JeffJon Created
  11. //
  12. //
  13. //--------------------------------------------------------------------------
  14. //
  15. // System includes
  16. //
  17. extern "C"
  18. {
  19. #include <nt.h>
  20. #include <ntrtl.h>
  21. #include <nturtl.h>
  22. }
  23. #include <windows.h>
  24. #include <stdio.h>
  25. #include <atlbase.h>
  26. //
  27. // ILLEGAL_FAT_CHARS
  28. //
  29. #include <validc.h>
  30. //
  31. // ADSI headers
  32. //
  33. #include <iads.h>
  34. #include <activeds.h>
  35. //
  36. // often, we have local variables for the express purpose of ASSERTion.
  37. // when compiling retail, those assertions disappear, leaving our locals
  38. // as unreferenced.
  39. //
  40. #ifndef DBG
  41. #pragma warning (disable: 4189 4100)
  42. #endif // DBG
  43. //
  44. // Parser header file
  45. //
  46. #include "varg.h"
  47. #include "strings.h"
  48. #include "parserutil.h"
  49. #include "pcrack.h"
  50. #include "util.h"
  51. #include "dsutil.h"
  52. #include "dsutilrc.h"
  53. //
  54. // Some global defines
  55. //
  56. #define MAX_PASSWORD_LENGTH 128 // including the NULL terminator