5 Copyright © 2004, The AROS Development Team. All rights reserved.
6 This file is part of the LoadResource program, which is distributed under
7 the terms of version 2 of the GNU General Public License.
10 #include <exec/types.h>
12 #define CATCOMP_NUMBERS
15 /*** Prototypes *************************************************************/
16 /* Main *********************************************************************/
17 STRPTR
_(ULONG ID
); /* Get a message, as a STRPTR */
18 #define __(id) ((IPTR) _(id)) /* Get a message, as an IPTR */
20 #endif /* _LOCALE_H */