HaikuDepot: notify work status from main window
[haiku.git] / src / libs / icon / message / Defines.cpp
blob702e3c0219004686b3e0feb36551ae7c668b2bb9
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 */
10 #include "Defines.h"
13 _BEGIN_ICON_NAMESPACE
16 const uint32 kNativeIconMagicNumber = 'IMSG';
17 const char* kNativeIconMimeType = "application/x-vnd.Haiku-icon";
20 _END_ICON_NAMESPACE