Make UEFI boot-platform build again
[haiku.git] / src / libs / icon / IconBuild.h
blobfd4c0e96e2611d9be54ec46c4e6a4d1803cd530a
1 /*
2 * Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef ICON_BUILD_H
6 #define ICON_BUILD_H
9 #ifdef ICON_O_MATIC
10 # define _BEGIN_ICON_NAMESPACE
11 # define _END_ICON_NAMESPACE
12 # define _ICON_NAMESPACE ::
13 # define _USING_ICON_NAMESPACE
14 #else
15 # define _BEGIN_ICON_NAMESPACE namespace BPrivate { namespace Icon {
16 # define _END_ICON_NAMESPACE } }
17 # define _ICON_NAMESPACE BPrivate::Icon::
18 # define _USING_ICON_NAMESPACE using namespace BPrivate::Icon;
19 #endif
22 #endif // ICON_BUILD_H