mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 20:38:40 +00:00
os_core: linux port for file maps, file iters
This commit is contained in:
@@ -578,7 +578,7 @@ os_file_map_view_open(OS_Handle map, OS_AccessFlags flags, Rng1U64 range)
|
||||
}
|
||||
|
||||
internal void
|
||||
os_file_map_view_close(OS_Handle map, void *ptr)
|
||||
os_file_map_view_close(OS_Handle map, void *ptr, Rng1U64 range)
|
||||
{
|
||||
BOOL result = UnmapViewOfFile(ptr);
|
||||
(void)result;
|
||||
|
||||
Reference in New Issue
Block a user