]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.h
Removed obsolete PLATFORM_MACOSX code
[lugaru.git] / Source / MacCompatibility.h
index 1ce59d4858fa7c68d13b0dae9d08609dbee6dc7b..1bade1cf2d54939bf02537d906b1057e0eda5c12 100644 (file)
@@ -20,8 +20,6 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef _MACCOMPATIBLITY_H_
 #define _MACCOMPATIBLITY_H_
 
-#if !PLATFORM_MACOSX
-
 #include <stdio.h>
 #include <float.h>
 #include <math.h>
@@ -108,6 +106,5 @@ char* ConvertFileName( const char* orgfilename, const char *mode = "rb" );
 #define fopen( a, b) fopen(ConvertFileName(a, b), b)
 
 #endif
-#endif