mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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);
|
VideoPortZeroMemory(&InitData, sizeof InitData);
|
||||||
|
|
||||||
|
InitData.HwInitDataSize = sizeof(InitData);
|
||||||
/* FIXME: Fill in InitData members */
|
/* FIXME: Fill in InitData members */
|
||||||
InitData.StartingDeviceNumber = 0;
|
InitData.StartingDeviceNumber = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue