grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / tools / WiMP / locale.h
blob6e10509f69c425be5d992a181463ea429668a6c4
1 #ifndef _LOCALE_H_
2 #define _LOCALE_H_
4 /*
5 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
6 */
8 #include <exec/types.h>
10 #define CATCOMP_NUMBERS
11 #include "strings.h"
13 /*** Prototypes *************************************************************/
14 /* Main *********************************************************************/
15 CONST_STRPTR _(ULONG ID); /* Get a message, as a STRPTR */
16 #define __(id) ((IPTR) _(id)) /* Get a message, as an IPTR */
18 /* Setup ********************************************************************/
19 VOID Locale_Initialize(VOID);
20 VOID Locale_Deinitialize(VOID);
22 #endif /* _LOCALE_H_ */