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.

60 lines
1.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997
  5. //
  6. // File: NTreppch.H
  7. //
  8. // Contents: Common Header Files For the NT File Replication Project - Precompiled.
  9. // #include <NTreppch.h>
  10. // #pragma hdrstop
  11. //
  12. // History: 3/3/97 Davidor Created (from ntdspch.h)
  13. //
  14. //--------------------------------------------------------------------------
  15. #ifndef _NTreppch_
  16. #define _NTreppch_
  17. //
  18. // NT Headers
  19. //
  20. #include <nt.h>
  21. #include <ntrtl.h>
  22. #include <nturtl.h>
  23. //
  24. // Windows Headers
  25. //
  26. #include <windows.h>
  27. #include <rpc.h>
  28. //
  29. // C-Runtime Header
  30. //
  31. #include <malloc.h>
  32. #include <memory.h>
  33. #include <process.h>
  34. #include <signal.h>
  35. #include <string.h>
  36. #include <stddef.h>
  37. #include <stdio.h>
  38. #include <stdlib.h>
  39. #include <time.h>
  40. #include <string.h>
  41. #include <excpt.h>
  42. #include <conio.h>
  43. #include <sys\types.h>
  44. #include <errno.h>
  45. #include <sys\stat.h>
  46. #include <ctype.h>
  47. //
  48. // Common Replication Headers
  49. //
  50. #include <ReplUtil.h>
  51. #endif