Two very small changes that help compiling Haiku under Haiku.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23947 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -29,11 +29,13 @@
|
|||||||
#define DBG(x)
|
#define DBG(x)
|
||||||
#define OUT printf
|
#define OUT printf
|
||||||
|
|
||||||
|
#ifndef HAIKU_HOST_PLATFORM_HAIKU
|
||||||
// icon types (which really ought to be publicly or semi-publicly declared somewhere...)
|
// icon types (which really ought to be publicly or semi-publicly declared somewhere...)
|
||||||
enum {
|
enum {
|
||||||
B_MINI_ICON_TYPE = 'MICN',
|
B_MINI_ICON_TYPE = 'MICN',
|
||||||
B_LARGE_ICON_TYPE = 'ICON',
|
B_LARGE_ICON_TYPE = 'ICON',
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
namespace Storage {
|
namespace Storage {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <AutoDeleter.h>
|
#include <AutoDeleter.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user