home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / filedlg5 / errmsg / errconst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-10-11  |  854 b   |  15 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 ERRORMSG errorMsg[];
  12.     extern USHORT   errorCnt;
  13.     extern CHAR     szUnkSysError[];
  14.     extern CHAR     szUnkAppError[];
  15.