Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
/* $XConsortium: MessagesP.h /main/3 1995/10/26 12:30:14 rswiston $ */
/************************************<+>*************************************
****************************************************************************
**
** File: MessagesP.h
**
** Project: CacheCreeek (Rivers) Project.
**
**
** Description: Private header all Dt error messages defines.
**
**
** (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 Hewlett-Packard Company
**
** (c) Copyright 1993, 1994 Hewlett-Packard Company
** (c) Copyright 1993, 1994 International Business Machines Corp.
** (c) Copyright 1993, 1994 Sun Microsystems, Inc.
** (c) Copyright 1993, 1994 Novell, Inc.
**
**
**
****************************************************************************
************************************<+>*************************************/
#ifndef _MessagesP_h
#define _MessagesP_h
/* Quick Help Dialog Error _CoeMessage Variables */
extern const char _DtMsgQuickHelp_0000[];
extern const char _DtMsgQuickHelp_0001[];
/* Help Dialog Error _CoeMessage Variables */
extern const char _DtHelpMsg_0000[];
extern const char _DtHelpMsg_0001[];
extern const char _DtHelpMsg_0002[];
extern const char _DtHelpMsg_0003[];
extern const char _DtHelpMsg_0004[];
extern const char _DtHelpMsg_0005[];
extern const char _DtHelpMsg_0006[];
extern const char _DtHelpMsg_0007[];
extern const char _DtHelpMsg_0008[];
extern const char _DtHelpMsg_0009[];
extern const char _DtHelpMsg_0010[];
extern const char _DtHelpMsg_0011[];
#endif /* _MessagesP_h */
/* DON'T ADD ANYTHING AFTER THIS #endif */