home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / sybase / starbuck / h.z / EH.H < prev    next >
C/C++ Source or Header  |  1996-07-24  |  313b  |  18 lines

  1. //
  2. //  eh.h    Cover file to include except.h
  3. //
  4. //  Copyright by WATCOM International Corp. 1988-1996.  All rights reserved.
  5. //
  6. #ifndef _EH_H_INCLUDED
  7. #define _EH_H_INCLUDED
  8.  
  9. #ifndef __cplusplus
  10. #error eh.h is for use with C++
  11. #endif
  12.  
  13. #ifndef _EXCEPT_H_INCLUDED
  14.  #include <except.h>
  15. #endif
  16.  
  17. #endif
  18.