diff --git a/headers/build/os/locale/Catalog.h b/headers/build/os/locale/Catalog.h new file mode 100644 index 0000000000..e40cf6dff6 --- /dev/null +++ b/headers/build/os/locale/Catalog.h @@ -0,0 +1,13 @@ +/* + * Copyright 2017, Haiku, Inc. + * Distributed under the terms of the MIT License. + */ +#ifndef _CATALOG_H_ +#define _CATALOG_H_ + +#ifndef B_AVOID_TRANSLATION_MACROS +#define B_TRANSLATE_MARK(x) x +#define B_TRANSLATE_NOCOLLECT(x) x +#endif + +#endif