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
619 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Job Scheduler Service
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 1996.
  7. //
  8. // File: sched.hxx
  9. //
  10. // Contents: job scheduler classes' implementation header
  11. //
  12. // History: 08-Sep-95 EricB created
  13. //
  14. //-----------------------------------------------------------------------------
  15. #ifndef _SCHED_HXX_
  16. #define _SCHED_HXX_
  17. #include <debug.hxx>
  18. #include <sch_cls.hxx>
  19. #include <misc.hxx>
  20. #include "..\inc\resource.h"
  21. // constants
  22. // global definitions
  23. // prototypes
  24. #endif // _SCHED_HXX_