forked from Mirrorlandia_minetest/irrlicht
Haiku: build fix
This commit is contained in:
parent
09043e3da7
commit
7a3fc62ada
@ -796,7 +796,7 @@ IFileList* CFileSystem::createFileList()
|
||||
size = buf.st_size;
|
||||
isDirectory = S_ISDIR(buf.st_mode);
|
||||
}
|
||||
#if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__)
|
||||
#if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__) && !defined(__HAIKU__)
|
||||
// only available on some systems
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user