* move include of SupportDefs.h to header, since the types are used there
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21371 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
* Authors:
|
* Authors:
|
||||||
* Stephan Aßmus <[email protected]>
|
* Stephan Aßmus <[email protected]>
|
||||||
*/
|
*/
|
||||||
#include <SupportDefs.h>
|
|
||||||
#include "Defines.h"
|
#include "Defines.h"
|
||||||
|
|
||||||
const uint32 kNativeIconMagicNumber = 'GSMI';
|
const uint32 kNativeIconMagicNumber = 'GSMI';
|
||||||
|
|||||||
@@ -8,6 +8,9 @@
|
|||||||
#ifndef DEFINES_H
|
#ifndef DEFINES_H
|
||||||
#define DEFINES_H
|
#define DEFINES_H
|
||||||
|
|
||||||
|
#include <SupportDefs.h>
|
||||||
|
|
||||||
|
|
||||||
extern const uint32 kNativeIconMagicNumber;
|
extern const uint32 kNativeIconMagicNumber;
|
||||||
extern const char* kNativeIconMimeType;
|
extern const char* kNativeIconMimeType;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user