ReadOnlyTest: Use RemoveFile instead of remove
This commit is contained in:
parent
6a27b37d62
commit
617bde7cc6
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ void ReadOnlyTest()
|
|||
DirErrorDlg(paths::PrefPath().c_str());
|
||||
}
|
||||
|
||||
remove(path.c_str());
|
||||
RemoveFile(path.c_str());
|
||||
}
|
||||
|
||||
} // namespace devilution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue