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.

53 lines
888 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. precomp.h
  6. Abstract:
  7. Precompiled header file
  8. Author:
  9. Muhunthan Sivapragasam (MuhuntS) 17-Oct-1995
  10. Revision History:
  11. --*/
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #include <objbase.h>
  16. #define USE_SP_ALTPLATFORM_INFO_V1 0
  17. #include <setupapi.h>
  18. #include <shellapi.h>
  19. #include <cfgmgr32.h>
  20. #include <winspool.h>
  21. #include <winsprlp.h>
  22. #include <Winver.h>
  23. #include "splsetup.h"
  24. #include <wincrypt.h>
  25. #include <mscat.h>
  26. #include <icm.h>
  27. #include <stdio.h>
  28. #include "tchar.h"
  29. #include "cdm.h"
  30. #include "web.h"
  31. #include "local.h"
  32. #include "ntprint.h"
  33. #include "spllib.hxx"
  34. #include "printui.h"
  35. //
  36. // We need to include wow64t.h to ensure that
  37. // WOW64_SYSTEM_DIRECTORY and WOW64_SYSTEM_DIRECTORY_U
  38. // are defined and for 64bit file redirection in WOW64
  39. //
  40. #include <wow64t.h>