]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.h
Switched all data access to the new methods
[lugaru.git] / Source / MacCompatibility.h
index 21681671116479d77757d8e88f7ee90d74484b88..5d6f9550aa694d07784fa51ada4dad751217a5a1 100644 (file)
@@ -92,12 +92,6 @@ inline bool isnormal( double x)
 #include <stdint.h>
 #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