]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.h
Oops, should be ifdef not ifndef
[lugaru.git] / Source / MacCompatibility.h
index 07c2bc70cd76d9bfe8310e0a46403703a2567892..5d6f9550aa694d07784fa51ada4dad751217a5a1 100644 (file)
@@ -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 <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