diff options
author | numzero <numzer0@yandex.ru> | 2023-03-14 18:48:55 +0300 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2023-03-14 17:54:08 +0100 |
commit | 25a7074c9af510b6d93d8e84309997e45bad094f (patch) | |
tree | dab105cac8e2ca7dbdf5f1a695dfd870be7e5904 /source/Irrlicht/CFileSystem.cpp | |
parent | df8881898d08234920696e32f777ee31b7431386 (diff) | |
download | irrlicht-25a7074c9af510b6d93d8e84309997e45bad094f.tar.xz |
Remove all mentions of iOS
Diffstat (limited to 'source/Irrlicht/CFileSystem.cpp')
-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 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>
|