Commit 12e2d838 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Fixed FILE_VIEW struct initialisation.

parent 4d712365
...@@ -216,6 +216,7 @@ static FILE_VIEW *VIRTUAL_CreateView( UINT32 base, UINT32 size, UINT32 offset, ...@@ -216,6 +216,7 @@ static FILE_VIEW *VIRTUAL_CreateView( UINT32 base, UINT32 size, UINT32 offset,
view->offset = offset; view->offset = offset;
view->mapping = mapping; view->mapping = mapping;
view->protect = vprot; view->protect = vprot;
view->handlerProc = NULL;
memset( view->prot, vprot, size ); memset( view->prot, vprot, size );
/* Duplicate the mapping handle */ /* Duplicate the mapping handle */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment