home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / TOOLHELP / THSAMPLE.H_ / THSAMPLE.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  380 b   |  16 lines

  1. /**************************************************************************
  2.  *  TEST.H
  3.  *
  4.  *      Header file for the TOOLHELP.DLL test program
  5.  *
  6.  **************************************************************************/
  7.  
  8. #include "resource.h"
  9.  
  10. /* ----- Function prototypes ----- */
  11.  
  12. void PASCAL Fault(WORD wType);
  13.  
  14. void __export CALLBACK MyFaultHandler(void);
  15.  
  16.