diff --git a/reactos/include/psdk/ks.h b/reactos/include/psdk/ks.h index c5c005bcb41..d8b80a55c0a 100644 --- a/reactos/include/psdk/ks.h +++ b/reactos/include/psdk/ks.h @@ -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 {