fix: Files opened by the file provider appearing locked for other applications

This commit is contained in:
WerWolv
2022-09-19 23:07:44 +02:00
parent a55177edfa
commit 4e5d56e2c0
2 changed files with 8 additions and 19 deletions

View File

@@ -70,7 +70,6 @@ namespace hex::plugin::builtin::prv {
#if defined(OS_WINDOWS)
HANDLE m_file = INVALID_HANDLE_VALUE;
HANDLE m_mapping = INVALID_HANDLE_VALUE;
#else