2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 19:04:56 +00:00

Windows fixes

This commit is contained in:
Jack Andersen
2017-12-26 18:12:28 -10:00
parent 4b53046a51
commit a01aa30e76
4 changed files with 5 additions and 5 deletions

View File

@@ -165,7 +165,7 @@ int wmain(int argc, const boo::SystemChar** argv)
int main(int argc, const boo::SystemChar** argv)
#endif
{
if (argc > 1 && !strcmp(argv[1], "--dlpackage"))
if (argc > 1 && !hecl::StrCmp(argv[1], _S("--dlpackage")))
{
printf("%s\n", URDE_DLPACKAGE);
return 100;