Fix build on Linux

Stub out some translation macros for host build, so the now localized
package solver can be built there.
This commit is contained in:
PulkoMandy
2017-02-11 14:15:38 +01:00
parent cf0ba058ec
commit 100775b790
+13
View File
@@ -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