home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / vm / h / error.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-15  |  274 b   |  12 lines

  1. /***
  2. * error.h -
  3. *
  4. *       Copyright (c) 1989-1992, Microsoft Corporation.  All rights reserved.
  5. *
  6. *******************************************************************************/
  7.  
  8. typedef int ERR;
  9.  
  10. #define errNoError      (ERR) 0
  11. #define errOutOfMemory  (ERR) 1
  12.