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.

58 lines
1.0 KiB

  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 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. //
  18. // for the definition of the flag INF_STYLE_CACHE_IGNORE
  19. //
  20. #define _SETUPAPI_VER 0x0502
  21. #include <setupapi.h>
  22. #include <shellapi.h>
  23. #include <cfgmgr32.h>
  24. #include <winspool.h>
  25. #include <winsprlp.h>
  26. #include <Winver.h>
  27. #include "splsetup.h"
  28. #include <wincrypt.h>
  29. #include <mscat.h>
  30. #include <icm.h>
  31. #include <stdio.h>
  32. #include "tchar.h"
  33. #include "cdm.h"
  34. #include "web.h"
  35. #include "local.h"
  36. #include "spllib.hxx"
  37. #include "printui.h"
  38. #include "strsafe.h"
  39. #include "splcom.h"
  40. //
  41. // We need to include wow64t.h to ensure that
  42. // WOW64_SYSTEM_DIRECTORY and WOW64_SYSTEM_DIRECTORY_U
  43. // are defined and for 64bit file redirection in WOW64
  44. //
  45. #include <wow64t.h>