mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
- Set InitData.HwInitDataSize to proper value.
svn path=/trunk/; revision=8733
This commit is contained in:
parent
ad8ba55cb3
commit
800b2b0dcf
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ DriverEntry(IN PVOID Context1,
|
|||
|
||||
VideoPortZeroMemory(&InitData, sizeof InitData);
|
||||
|
||||
InitData.HwInitDataSize = sizeof(InitData);
|
||||
/* FIXME: Fill in InitData members */
|
||||
InitData.StartingDeviceNumber = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue