add some #ifdefs for SWIG
fixed a compile error in DefaultIOSystem add swig-script git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@546 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -130,7 +130,7 @@ bool IOSystem::ComparePaths (const char* one, const char* second) const
|
||||
// Convert a relative path into an absolute path
|
||||
inline void MakeAbsolutePath (const char* in, char* _out)
|
||||
{
|
||||
ai_assert(in & _out);
|
||||
ai_assert(in && _out);
|
||||
char* ret;
|
||||
#ifdef _WIN32
|
||||
ret = ::_fullpath(_out, in,PATHLIMIT);
|
||||
|
||||
Reference in New Issue
Block a user