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.

15 lines
434 B

  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_