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.

49 lines
534 B

  1. /*++
  2. Copyright (c) 1998-2000 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Precompiled header file.
  7. Author:
  8. Jim Cavalaris (jamesca) 3-07-1999
  9. Environment:
  10. User-mode only.
  11. Revision History:
  12. 07-March-2000 jamesca
  13. Creation and initial implementation.
  14. --*/
  15. //
  16. // NT Header Files
  17. //
  18. #include <nt.h>
  19. #include <ntrtl.h>
  20. #include <nturtl.h>
  21. //
  22. // Win32 Public Header Files
  23. //
  24. #include <windows.h>
  25. //
  26. // CRT Header Files
  27. //
  28. #include <stdio.h>
  29. #include <stdlib.h>
  30. #include <tchar.h>