Kim Kulling 10 lat temu
rodzic
commit
7ed32fd5a9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      code/DefaultIOSystem.cpp

+ 1 - 1
code/DefaultIOSystem.cpp

@@ -135,7 +135,7 @@ inline void MakeAbsolutePath (const char* in, char* _out)
 {
     ai_assert(in && _out);
     char* ret;
-if defined( _MSC_VER ) || defined( __MINGW32__ )
+#if defined( _MSC_VER ) || defined( __MINGW32__ )
     ret = ::_fullpath( _out, in, PATHLIMIT );
 #else
     // use realpath