5 Copyright © 2006, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
11 #define CATCOMP_NUMBERS
14 /*** Prototypes *************************************************************/
15 /* Main *********************************************************************/
16 STRPTR
_(ULONG ID
); /* Get a message, as a STRPTR */
17 #define __(id) ((IPTR) _(id)) /* Get a message, as an IPTR */
18 STRPTR
GetDosErrorString(LONG code
); /* Get string from Dos error code */
20 /* Setup ********************************************************************/
21 BOOL
Locale_Initialize(void);
22 void Locale_Deinitialize(void);
24 #endif /* _LOCALE_H */