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.

32 lines
369 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. precomp.hxx
  6. Abstract:
  7. Private precomp header
  8. Author:
  9. Albert Ting (AlbertT) 3-Dec-1994
  10. Revision History:
  11. --*/
  12. extern "C" {
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. }
  17. #include <windows.h>
  18. #include <winspool.h>
  19. #include <winperf.h>
  20. #include <string.h>