4b918abdb0
This fixes #14525. Change-Id: I25810a4e12caed7aa47717e278591b1716b6198c Reviewed-on: https://review.haiku-os.org/c/haiku/+/2329 Reviewed-by: Niels Sascha Reedijk <niels.reedijk@gmail.com>
15 lines
270 B
C
15 lines
270 B
C
/*
|
|
* 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(x) x
|
|
#define B_TRANSLATE_MARK(x) x
|
|
#define B_TRANSLATE_NOCOLLECT(x) x
|
|
#endif
|
|
|
|
#endif
|