ReadOnlyTest: Use RemoveFile instead of remove

This commit is contained in:
Gleb Mazovetskiy 2021-05-10 11:29:00 +01:00 committed by Anders Jenbo
commit 617bde7cc6

View file

@ -22,7 +22,7 @@ void ReadOnlyTest()
DirErrorDlg(paths::PrefPath().c_str());
}
remove(path.c_str());
RemoveFile(path.c_str());
}
} // namespace devilution