Browse Source

fix typo.

Kim Kulling 10 years ago
parent
commit
7ed32fd5a9
1 changed files with 1 additions and 1 deletions
  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);
     ai_assert(in && _out);
     char* ret;
     char* ret;
-if defined( _MSC_VER ) || defined( __MINGW32__ )
+#if defined( _MSC_VER ) || defined( __MINGW32__ )
     ret = ::_fullpath( _out, in, PATHLIMIT );
     ret = ::_fullpath( _out, in, PATHLIMIT );
 #else
 #else
     // use realpath
     // use realpath