home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / FILEDLG6.ZIP / ERRMSG.ZIP / ERRCONST.H next >
C/C++ Source or Header  |  1990-11-12  |  790b  |  13 lines

  1. /****************************************************************************
  2.  * ERRCONST.H                                                               *
  3.  *                                                                          *
  4.  *  This file contains the declarations of the string constants used in     *
  5.  *  the standard system error handler.                                      *
  6.  *                                                                          *
  7.  *  Modifications --                                                        *
  8.  *      09-Oct-1989 : Initial version.                                      *
  9.  ****************************************************************************/
  10.  
  11.     extern CHAR     szUnkSysError[];
  12.     extern CHAR     szUnkAppError[];
  13.