diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/Irrlicht/CFileSystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Irrlicht/CFileSystem.cpp b/source/Irrlicht/CFileSystem.cpp index 3ee35d9..cddda94 100644 --- a/source/Irrlicht/CFileSystem.cpp +++ b/source/Irrlicht/CFileSystem.cpp @@ -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
{
|