mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 05:07:43 +00:00
Windows fixes
This commit is contained in:
@@ -268,7 +268,7 @@ struct SpecMP1 : SpecBase
|
||||
|
||||
bool checkPathPrefix(const HECL::ProjectPath& path)
|
||||
{
|
||||
return path.getRelativePath().compare(0, 4, "MP1/") == 0;
|
||||
return path.getRelativePath().compare(0, 4, _S("MP1/")) == 0;
|
||||
}
|
||||
|
||||
bool validateYAMLDNAType(FILE* fp) const
|
||||
|
||||
Reference in New Issue
Block a user