mirror of
https://github.com/reactos/reactos.git
synced 2025-07-04 16:11:24 +00:00
- Fix build
svn path=/trunk/; revision=41469
This commit is contained in:
parent
10e71311b1
commit
db429325e1
1 changed files with 2 additions and 1 deletions
|
@ -2471,12 +2471,13 @@ typedef struct
|
||||||
/* ===============================================================
|
/* ===============================================================
|
||||||
XP / DX8
|
XP / DX8
|
||||||
*/
|
*/
|
||||||
|
#if defined(_NTDDK_)
|
||||||
struct _KSMAPPING {
|
struct _KSMAPPING {
|
||||||
PHYSICAL_ADDRESS PhysicalAddress;
|
PHYSICAL_ADDRESS PhysicalAddress;
|
||||||
ULONG ByteCount;
|
ULONG ByteCount;
|
||||||
ULONG Alignment;
|
ULONG Alignment;
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
struct _KSSTREAM_POINTER_OFFSET
|
struct _KSSTREAM_POINTER_OFFSET
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue