use new platform macros to access scheduling/per-cpu flags. fix execsmp wait()
[AROS.git] / workbench / tools / HDToolBox / locale.h
blobf8f7f381ce2f48f1cb2d4684f4c6df0aa072389c
1 #ifndef HDTBLOCALE_H
2 #define HDTBLOCALE_H
4 void InitLocale(STRPTR, ULONG);
5 void CleanupLocale(void);
6 CONST_STRPTR MSG(ULONG);
7 CONST_STRPTR MSG_STD(ULONG);
9 #endif