[PSDK]
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Thu, 1 Apr 2010 00:41:09 +0000 (00:41 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Thu, 1 Apr 2010 00:41:09 +0000 (00:41 +0000)
- Fix _KSNODE_DESCRIPTOR definition

svn path=/trunk/; revision=46631

reactos/include/psdk/ks.h

index b7f0551..f728bfb 100644 (file)
@@ -2987,6 +2987,9 @@ struct _KSNODE_DESCRIPTOR
   const KSAUTOMATION_TABLE*  AutomationTable;
   const GUID*  Type;
   const GUID*  Name;
+#if !defined(_WIN64)
+    PVOID Alignment;
+#endif
 };
 
 struct _KSFILTER_DESCRIPTOR