X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FMacCompatibility.h;h=5d6f9550aa694d07784fa51ada4dad751217a5a1;hb=64560867a9b6486d601784a2fe4ba6149d31b7aa;hp=07c2bc70cd76d9bfe8310e0a46403703a2567892;hpb=929576710b55ed5ba83603df7f67b95e32e6d557;p=lugaru.git diff --git a/Source/MacCompatibility.h b/Source/MacCompatibility.h index 07c2bc7..5d6f955 100644 --- a/Source/MacCompatibility.h +++ b/Source/MacCompatibility.h @@ -1,5 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -91,12 +92,6 @@ inline bool isnormal( double x) #include #endif - -// fix file names to use '/' instead of ':' -char* ConvertFileName( const char* orgfilename, const char *mode = "rb" ); - -#define fopen( a, b) fopen(ConvertFileName(a, b), b) - #endif