xref: /haiku/src/libs/icon/message/Defines.cpp (revision 893988af824e65e49e55f517b157db8386e8002b)
1 /*
2  * Copyright 2007, Haiku. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Stephan Aßmus <superstippi@gmx.de>
7  */
8 #include "Defines.h"
9 
10 const uint32 kNativeIconMagicNumber = 'IMSG';
11 const char*	kNativeIconMimeType	= "application/x-vnd.Haiku-icon";
12