home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l430 / 1.ddi / CHAP10.ZIP / CORONER.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-05  |  483 b   |  17 lines

  1. //=================================
  2. // Coroner, by Matt Pietrek, 1992
  3. // File: CORONER.H
  4. //=================================
  5.  
  6. #define     MAX_PATH_LENGTH             144
  7.  
  8. #define     WM_CORONER_FILEOPEN_ERROR   WM_USER + 0x200
  9. #define     WM_CORONER_EXCEPTION        WM_USER + 0x201
  10.  
  11. // The .ASM InterruptRegister handler in TH_ASM.ASM
  12. void FAR PASCAL EXCEPTIONHANDLER(void);
  13.  
  14. // From XCPTREPT.C
  15. BOOL SetupInterruptHandler(void);
  16. void ShutdownInterruptHandler(void);
  17.