]> git.lizzy.rs Git - irrlicht.git/blobdiff - source/Irrlicht/CFileSystem.cpp
Remove all mentions of iOS
[irrlicht.git] / source / Irrlicht / CFileSystem.cpp
index 45e8680c8591c9e05a77a55a2563e13393d7ea94..3ee35d9b5a073e03f84b5baed29f131f929949ad 100644 (file)
@@ -2,7 +2,6 @@
 // This file is part of the "Irrlicht Engine".\r
 // For conditions of distribution and use, see copyright notice in irrlicht.h\r
 \r
-#include "IrrCompileConfig.h"\r
 \r
 #include "CFileSystem.h"\r
 #include "IReadFile.h"\r
@@ -25,7 +24,7 @@
        #include <direct.h> // for _chdir\r
        #include <io.h> // for _access\r
        #include <tchar.h>\r
-#elif (defined(_IRR_POSIX_API_) || defined(_IRR_OSX_PLATFORM_) || defined(_IRR_IOS_PLATFORM_) || defined(_IRR_ANDROID_PLATFORM_))\r
+#elif (defined(_IRR_POSIX_API_) || defined(_IRR_OSX_PLATFORM_) || defined(_IRR_ANDROID_PLATFORM_))\r
                #include <stdio.h>\r
                #include <stdlib.h>\r
                #include <string.h>\r
@@ -54,9 +53,7 @@ CFileSystem::CFileSystem()
        //! reset current working directory\r
        getWorkingDirectory();\r
 \r
-#ifdef __IRR_COMPILE_WITH_ZIP_ARCHIVE_LOADER_\r
        ArchiveLoader.push_back(new CArchiveLoaderZIP(this));\r
-#endif\r
 \r
 }\r
 \r