Make UEFI boot-platform build again
[haiku.git] / src / libs / icon / message / Defines.h
blobfdf1683e54cf939f3bde6f39382c6c2f6172fff2
1 /*
2 * Copyright 2007, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Stephan Aßmus <superstippi@gmx.de>
7 */
8 #ifndef DEFINES_H
9 #define DEFINES_H
12 #include <SupportDefs.h>
14 #include "IconBuild.h"
17 _BEGIN_ICON_NAMESPACE
20 extern const uint32 kNativeIconMagicNumber;
21 extern const char* kNativeIconMimeType;
24 _END_ICON_NAMESPACE
27 #endif // DEFINES_H