Merge branch 'FlaxEngine:master' into late_join_fix
This commit is contained in:
@@ -367,7 +367,7 @@ bool UnixFileSystem::getFilesFromDirectoryTop(Array<String>& results, const char
|
||||
if (S_ISREG(statEntry.st_mode) != 0)
|
||||
{
|
||||
// Validate with filter
|
||||
if (FileSystem::PathFilterHelper(fullPath, searchPattern))
|
||||
if (FileSystemBase::PathFilterHelper(fullPath, searchPattern))
|
||||
results.Add(String(fullPath));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -138,6 +138,7 @@ DLLIMPORT extern "C" MonoDomain* mono_domain_get(void);
|
||||
|
||||
#else
|
||||
|
||||
#define MONO_THREAD_INFO_TYPE void
|
||||
#define MONO_ENTER_GC_SAFE
|
||||
#define MONO_EXIT_GC_SAFE
|
||||
#define MONO_ENTER_GC_SAFE_WITH_INFO(info)
|
||||
|
||||
Reference in New Issue
Block a user