home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 11.ddi / OWLSRC.PAK / NOXX.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-02  |  540 b   |  15 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //   source\owl\noxx.cpp
  4. // Empty replacement for exception functions
  5. //----------------------------------------------------------------------------
  6. #include <owl\owlpch.h>
  7. #include <stdlib.h>
  8.  
  9. void _ThrowException(void __far*,void __far*,void __far*,void __far*,unsigned int,unsigned int,unsigned int,unsigned char near*)
  10. {
  11.   abort();
  12. }
  13.  
  14. extern "C" void __InitExceptBlock() {}
  15.