aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CFileSystem.cpp
diff options
context:
space:
mode:
authornumzero <numzer0@yandex.ru>2023-03-14 18:48:55 +0300
committersfan5 <sfan5@live.de>2023-03-14 17:54:08 +0100
commit25a7074c9af510b6d93d8e84309997e45bad094f (patch)
treedab105cac8e2ca7dbdf5f1a695dfd870be7e5904 /source/Irrlicht/CFileSystem.cpp
parentdf8881898d08234920696e32f777ee31b7431386 (diff)
downloadirrlicht-25a7074c9af510b6d93d8e84309997e45bad094f.tar.xz
Remove all mentions of iOS
Diffstat (limited to 'source/Irrlicht/CFileSystem.cpp')
-rw-r--r--source/Irrlicht/CFileSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Irrlicht/CFileSystem.cpp b/source/Irrlicht/CFileSystem.cpp
index ba4a332..3ee35d9 100644
--- a/source/Irrlicht/CFileSystem.cpp
+++ b/source/Irrlicht/CFileSystem.cpp
@@ -24,7 +24,7 @@
#include <direct.h> // for _chdir
#include <io.h> // for _access
#include <tchar.h>
-#elif (defined(_IRR_POSIX_API_) || defined(_IRR_OSX_PLATFORM_) || defined(_IRR_IOS_PLATFORM_) || defined(_IRR_ANDROID_PLATFORM_))
+#elif (defined(_IRR_POSIX_API_) || defined(_IRR_OSX_PLATFORM_) || defined(_IRR_ANDROID_PLATFORM_))
#include <stdio.h>
#include <stdlib.h>
#include <string.h>