mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +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
|
||||
*/
|
||||
|
||||
#if defined(_NTDDK_)
|
||||
struct _KSMAPPING {
|
||||
PHYSICAL_ADDRESS PhysicalAddress;
|
||||
ULONG ByteCount;
|
||||
ULONG Alignment;
|
||||
};
|
||||
#endif
|
||||
|
||||
struct _KSSTREAM_POINTER_OFFSET
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue