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.

64 lines
1.4 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1998.
  5. //
  6. // File: precomp.hxx
  7. //
  8. // Contents: pre-compiled header
  9. //
  10. // History: 03-14-1998 stevebl Commented
  11. //
  12. //---------------------------------------------------------------------------
  13. #pragma warning( disable : 4786 )
  14. #undef _WIN32_WINNT
  15. #define _WIN32_WINNT 0x0510
  16. #include "stdafx.h"
  17. #include <afxdlgs.h>
  18. #include "debug.h"
  19. #include "resource.h"
  20. #include "cstore.h"
  21. #include "data.h"
  22. #include "msi.h"
  23. #include "msip.h"
  24. #include "msiquery.h"
  25. #include "msidefs.h"
  26. #include "common.h"
  27. #include "aclui.h"
  28. #include "packages.h"
  29. #include "DataObj.h"
  30. #include "afxdlgs.h"
  31. #include "pkgdtl.h"
  32. #include "remove.h"
  33. #include "tooldefs.h"
  34. #include "tooladv.h"
  35. #include "tracking.h"
  36. #include "product.h"
  37. #include "advdep.h"
  38. #include "deploy.h"
  39. #include "msibase.h"
  40. #include "msiclass.h"
  41. #include "script.h"
  42. #include "category.h"
  43. #include "catlist.h"
  44. #include "fileext.h"
  45. #include "sigs.h"
  46. #include "error.h"
  47. #include "cause.h"
  48. #include "xforms.h"
  49. #include "dplapp.h"
  50. #include "lcidpick.h"
  51. #include "addupgrd.h"
  52. #include "upgrades.h"
  53. #include "edtstr.h"
  54. #include "uplist.h"
  55. #include "rsopsec.h"
  56. #include "prec.h"
  57. #include "wbemtime.h"
  58. #include <wbemcli.h>
  59. #include "rsoputil.h"
  60. #include <strsafe.h>