home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- * ERRCONST.H *
- * *
- * This file contains the declarations of the string constants used in *
- * the standard system error handler. *
- * *
- * Modifications -- *
- * 09-Oct-1989 : Initial version. *
- ****************************************************************************/
-
- extern ERRORMSG errorMsg[];
- extern USHORT errorCnt;
- extern CHAR szUnkSysError[];
- extern CHAR szUnkAppError[];
-