Skip to content

Commit

Permalink
core: Windows file iterator symlink support is not implemented yet
Browse files Browse the repository at this point in the history
  • Loading branch information
LiberatorUSA committed Aug 30, 2024
1 parent b5663ae commit c11aae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/gucefCORE/src/dvcppfileutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,7 @@ CFileSystemIterator::TryReadSymlinkedMetaData( CResourceMetaData& metaData )
* Unsupported O/S build
*/
GUCEF_WARNING_LOG( LOGLEVEL_NORMAL, "FileSystemIterator:TryReadSymlinkMetaData: Platform has no supported implementation" );
return false;
#endif
}

Expand Down

0 comments on commit c11aae0

Please sign in to comment.