mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Fixed FILE_VIEW struct initialisation.
This commit is contained in:
parent
4d71236544
commit
12e2d838a1
@ -216,6 +216,7 @@ static FILE_VIEW *VIRTUAL_CreateView( UINT32 base, UINT32 size, UINT32 offset,
|
||||
view->offset = offset;
|
||||
view->mapping = mapping;
|
||||
view->protect = vprot;
|
||||
view->handlerProc = NULL;
|
||||
memset( view->prot, vprot, size );
|
||||
|
||||
/* Duplicate the mapping handle */
|
||||
|
Loading…
Reference in New Issue
Block a user