mirror of
https://review.haiku-os.org/haiku
synced 2025-02-04 20:57:12 +01:00
14 lines
245 B
C
14 lines
245 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_MARK(x) x
|
||
|
#define B_TRANSLATE_NOCOLLECT(x) x
|
||
|
#endif
|
||
|
|
||
|
#endif
|