Reverted removal of 'const' from TagItem arrays/pointers in r50147
[AROS.git] / workbench / c / LoadResource / locale.h
blob36bf5b29139973eb89e15386904dfa515cef3335
1 #ifndef _LOCALE_H
2 #define _LOCALE_H
4 /*
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.
8 */
10 #include <exec/types.h>
12 #define CATCOMP_NUMBERS
13 #include "strings.h"
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 */