home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / owlsrc.pak / NOXX.CPP < prev    next >
C/C++ Source or Header  |  1997-07-23  |  543b  |  16 lines

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