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.

66 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 <NTreppcx.h>
  10. // #pragma hdrstop
  11. //
  12. // History: 3/3/97 Davidor Created (from ntdspch.h)
  13. //
  14. //--------------------------------------------------------------------------
  15. #ifndef _NTreppch_
  16. #define _NTreppch_
  17. extern "C" {
  18. //
  19. // NT Headers
  20. //
  21. #include <nt.h>
  22. #include <ntrtl.h>
  23. #include <nturtl.h>
  24. //
  25. // UNICODE or ANSI compilation
  26. //
  27. #include <tchar.h>
  28. //
  29. // Windows Headers
  30. //
  31. #include <windows.h>
  32. #include <rpc.h>
  33. //
  34. // C-Runtime Header
  35. //
  36. #include <malloc.h>
  37. #include <memory.h>
  38. #include <process.h>
  39. #include <signal.h>
  40. #include <string.h>
  41. #include <stddef.h>
  42. #include <stdio.h>
  43. #include <stdlib.h>
  44. #include <time.h>
  45. #include <string.h>
  46. #include <excpt.h>
  47. #include <conio.h>
  48. #include <sys\types.h>
  49. #include <errno.h>
  50. #include <sys\stat.h>
  51. #include <ctype.h>
  52. //
  53. // Common Replication Headers
  54. //
  55. #include <ReplUtil.h>
  56. }
  57. #endif