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.

75 lines
1.6 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1996.
  5. //
  6. // File: headers.hxx
  7. //
  8. // Contents: Header file for Task wizard
  9. //
  10. // History: 4-28-1997 DavidMun Created
  11. //
  12. //---------------------------------------------------------------------------
  13. #ifndef __HEADERS_HXX_
  14. #define __HEADERS_HXX_
  15. #include <mstask.h>
  16. #include "..\inc\dll.hxx"
  17. #include "..\inc\common.hxx"
  18. #include "..\inc\misc.hxx"
  19. #include "..\inc\policy.hxx"
  20. #include "..\inc\job_cls.hxx"
  21. #include "..\schedui\dlg.hxx"
  22. #include "..\schedui\uiutil.hxx"
  23. #include "..\schedui\schedui.hxx"
  24. #include "..\folderui\dbg.h"
  25. #include "..\folderui\macros.h"
  26. #include "..\schedui\rc.h"
  27. #include "..\schedui\sageset.hxx"
  28. //
  29. // Define WIZARD95 *or* WIZARD97 to build '95 or '97 wizard
  30. // versions respectively.
  31. //
  32. #define WIZARD95
  33. #if 0
  34. #define WIZARD97
  35. #endif
  36. #ifndef WIZARD95
  37. #ifndef WIZARD97
  38. #error "Either WIZARD95 or WIZARD97 must be defined!"
  39. #endif
  40. #endif
  41. #ifdef WIZARD95
  42. #ifdef WIZARD97
  43. #error "Both WIZARD95 and WIZARD97 are defined!"
  44. #endif
  45. #endif
  46. #include "walklink.h"
  47. #include "resource.h"
  48. #include "wizdbg.hxx"
  49. #include "consts.hxx"
  50. #include "util.hxx"
  51. #include "wizpage.hxx"
  52. #include "taskwiz.hxx"
  53. #include "welcome.hxx"
  54. #include "selprog.hxx"
  55. #include "trigpage.hxx"
  56. #include "seltrig.hxx"
  57. #include "daily.hxx"
  58. #include "weekly.hxx"
  59. #include "selmonth.hxx"
  60. #include "monthly.hxx"
  61. #include "once.hxx"
  62. #if !defined(_CHICAGO_)
  63. #include "password.hxx"
  64. #endif // !defined(_CHICAGO_)
  65. #include "complete.hxx"
  66. #include "defines.hxx"
  67. #endif // __HEADERS_HXX_