- Fix build
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Fri, 19 Jun 2009 13:59:27 +0000 (13:59 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Fri, 19 Jun 2009 13:59:27 +0000 (13:59 +0000)
svn path=/trunk/; revision=41469

reactos/include/psdk/ks.h

index c5c005b..d8b80a5 100644 (file)
@@ -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
 {