MSTErr.h 419 B

123456789101112
  1. //+-------------------------------------------------------------------------
  2. //
  3. // Copyright (C) Microsoft Corporation, 1991 - 1996.
  4. //
  5. // Contents: Scheduling Agent interface error definitions.
  6. //
  7. //--------------------------------------------------------------------------
  8. #ifndef _MSTERR_H_
  9. #define _MSTERR_H_
  10. #include "winerror.h"
  11. // Task Scheduler error codes have been moved to winerror.h
  12. #endif // _MSTERR_H_