home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / C_C++ / BorlandCompiler / freecommandLinetools.exe / Include / msterr.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-27  |  512 b   |  15 lines

  1. //+-------------------------------------------------------------------------
  2. //
  3. //  Copyright (C) Microsoft Corporation, 1991 - 1996.
  4. //
  5. //  Contents:  Scheduling Agent interface error definitions.
  6. //
  7. //--------------------------------------------------------------------------
  8. #ifndef _MSTERR_H_
  9. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  10. #define _MSTERR_H_
  11. #include "winerror.h"
  12. // Task Scheduler error codes have been moved to winerror.h
  13. #pragma option pop /*P_O_Pop*/
  14. #endif // _MSTERR_H_
  15.