mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fix another windows compile error
This commit is contained in:
@@ -91,8 +91,6 @@ bool Filesystem::getRealPathType(const std::string &path, FileType &ftype) const
|
||||
ftype = FILETYPE_FILE;
|
||||
else if ((buf.st_mode & _S_IFDIR) == _S_IFDIR)
|
||||
ftype = FILETYPE_DIRECTORY;
|
||||
else if ((buf.st_mode & _S_IFLNK) == _S_IFLNK)
|
||||
ftype = FILETYPE_SYMLINK;
|
||||
else
|
||||
ftype = FILETYPE_OTHER;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user