mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-26 15:49:30 +00:00
Merge remote-tracking branch 't3d/Preview4_0' into cpuinfo
This commit is contained in:
commit
27fd15de83
3829 changed files with 499856 additions and 197487 deletions
|
|
@ -238,10 +238,12 @@ Win32FileSystem::~Win32FileSystem()
|
|||
|
||||
void Win32FileSystem::verifyCompatibility(const Path& _path, WIN32_FIND_DATAW _info)
|
||||
{
|
||||
#ifndef TORQUE_POSIX_PATH_CASE_INSENSITIVE
|
||||
if (_path.getFullFileName().isNotEmpty() && _path.getFullFileName().compare(String(_info.cFileName)) != 0)
|
||||
{
|
||||
Con::warnf("Linux Compatibility Warning: %s != %s", String(_info.cFileName).c_str(), _path.getFullFileName().c_str());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
FileNodeRef Win32FileSystem::resolve(const Path& path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue