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