messages.h 504 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
/**************************************************************************/
/*  NLS messsages definition.                                             */
/**************************************************************************/
#if defined(FRENCH)
#if defined(CPX)
#include "frmsg1.h"
#else   /* not CPX */
#include "frmsg2.h"
#endif  /* CPX */
#else   /* not FRENCH */
#include "engmsg.h"
#endif  /* FRENCH */
/* ---------------------------------------------------------------------- */