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.

47 lines
668 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. precomp.hxx
  6. Abstract:
  7. precompiled header file
  8. Author:
  9. Larry Zhu (Lzhu) May 1, 2001
  10. Revision History:
  11. --*/
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #include <windows.h>
  16. #include <stdio.h>
  17. #include <stdlib.h>
  18. #include <string.h>
  19. #include <windns.h>
  20. #include <winsock.h>
  21. extern "C"
  22. {
  23. }
  24. #define SECURITY_WIN32
  25. #define SECURITY_PACKAGE
  26. #include <security.h>
  27. #include <secint.h>
  28. #include <cryptdll.h>
  29. #include <kerberos.h>
  30. #include <ntlmsp.h>
  31. #include <lmcons.h>
  32. #include <sspilib.hxx>
  33. #include "main.hxx"