mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Added padding to align VIDEO_PORT_CONFIG_INFO.VdmPhysicalVideoMemoryAddress
and subsequent members the same as visualc. svn path=/trunk/; revision=8554
This commit is contained in:
parent
1f3378866b
commit
de9089e707
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ typedef struct _VIDEO_PORT_CONFIG_INFO {
|
|||
ULONG NumEmulatorAccessEntries;
|
||||
PEMULATOR_ACCESS_ENTRY EmulatorAccessEntries;
|
||||
ULONG_PTR EmulatorAccessEntriesContext;
|
||||
PVOID Reserved0;
|
||||
PHYSICAL_ADDRESS VdmPhysicalVideoMemoryAddress;
|
||||
ULONG VdmPhysicalVideoMemoryLength;
|
||||
ULONG HardwareStateSize;
|
||||
|
|
Loading…
Reference in a new issue