2017-02-11 16:15:38 +03:00
|
|
|
/*
|
|
|
|
* Copyright 2017, Haiku, Inc.
|
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
|
|
|
#ifndef _CATALOG_H_
|
|
|
|
#define _CATALOG_H_
|
|
|
|
|
|
|
|
#ifndef B_AVOID_TRANSLATION_MACROS
|
2020-03-08 15:04:28 +03:00
|
|
|
#define B_TRANSLATE(x) x
|
2017-02-11 16:15:38 +03:00
|
|
|
#define B_TRANSLATE_MARK(x) x
|
|
|
|
#define B_TRANSLATE_NOCOLLECT(x) x
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|