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.

69 lines
874 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Master include file.
  7. Author:
  8. Keith Moore (keithmo) 02-Dec-1996
  9. Revision History:
  10. --*/
  11. #ifndef _PRECOMP_HXX_
  12. #define _PRECOMP_HXX_
  13. //
  14. // System include files.
  15. //
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. #include <windows.h>
  20. #include <wincrypt.h>
  21. #include <winsock2.h>
  22. #define SECURITY_WIN32
  23. #define SECURITY_NTLM
  24. #include <security.h>
  25. #include <rpc.h>
  26. #include <stdio.h>
  27. #include <stdlib.h>
  28. #include <string.h>
  29. #include <memory.h>
  30. #include <tchar.h>
  31. #include <conio.h>
  32. //
  33. // Project include files.
  34. //
  35. #include <dbgutil.h>
  36. #include <iiscrypt.h>
  37. #include <icrypt.hxx>
  38. //
  39. // Local include files.
  40. //
  41. #include <exchp.hxx>
  42. #include <buffsock.hxx>
  43. #endif // _PRECOMP_HXX_