home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sd386v50.zip / sd386src.zip / XCPT.H < prev    next >
Text File  |  1995-08-15  |  765b  |  17 lines

  1. /*****************************************************************************/
  2. /* File:                                             IBM INTERNAL USE ONLY   */
  3. /*   xcpt.h                                                                  */
  4. /*                                                                           */
  5. /* Description:                                                              */
  6. /*   exception stuff.                                                        */
  7. /*                                                                           */
  8. /*****************************************************************************/
  9.  
  10. #define MAXEXCEPTIONS  27
  11.  
  12. #define NO_NOTIFY       0
  13. #define NOTIFY          1
  14.  
  15. #define XCPT_PROGRAM    0
  16.  
  17.