Build fix for R5.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19206 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
71a0a68ad0
commit
2b88f9a235
@ -18,6 +18,7 @@
|
||||
#include <Bitmap.h>
|
||||
#include <fs_attr.h>
|
||||
#include <Message.h>
|
||||
#include <Messenger.h>
|
||||
#include <mime/database_support.h>
|
||||
#include <Node.h>
|
||||
#include <Resources.h>
|
||||
@ -107,7 +108,7 @@ update_vector_icon(BFile& file, const char *type)
|
||||
}
|
||||
|
||||
|
||||
#if defined(HAIKU_HOST_PLATFORM_DANO) || defined(HAIKU_HOST_PLATFORM_BEOS) && defined(HAIKU_HOST_PLATFORM_BONE)
|
||||
#if defined(HAIKU_HOST_PLATFORM_DANO) || defined(HAIKU_HOST_PLATFORM_BEOS) || defined(HAIKU_HOST_PLATFORM_BONE)
|
||||
// BMimeType::GuessMimeType() doesn't seem to work under BeOS
|
||||
status_t
|
||||
guess_mime_type(const void *_buffer, int32 length, BMimeType *type)
|
||||
|
Loading…
Reference in New Issue
Block a user