Skip to content

block: implement memory mapping of files in a block_t on win32

Steve Lhomme requested to merge robUx4/vlc:mapviewfile into master

Use MapViewOfFile() which is similar to mmap.

Fixes #25986 (closed)

Merge request reports