oops.. only build it when it _is_ valid.
[AROS-Contrib.git] / scalos / msgidnames.sd
blob7507baf95e0519e2d98584f3a4311e7b081f2d31
1 ##stringtype C
3 // MsgIdNames.h
5 #ifndef MSGIDNAMES_H_INCLUDED
6 #define MSGIDNAMES_H_INCLUDED
8 /****************************************************************************/
10 /* This file was created automatically.
11  * Do NOT edit by hand!
12  */
14 #include "locale.h"
16 #define UNKNOWN_MSG     ((LONG) ~0)
18 struct MsgIdNameDef
19         {
20         ULONG mnd_MsgId;
21         CONST_STRPTR mnd_MsgName;
22         };
24 static const struct MsgIdNameDef MsgIdNames[] =
26         { %i,   "%i"    },
27         { 0,                                            NULL }
30 /****************************************************************************/
32 #endif  /* MSGIDNAMES_H_INCLUDED */