mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
fix: Files opened by the file provider appearing locked for other applications
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user