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.

49 lines
597 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  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. #include <strsafe.h>
  26. //
  27. // CRT Header Files
  28. //
  29. #include <stdio.h>
  30. #include <stdlib.h>