Remove all non-official LPC structures/defines/hardcoded hacks, and use actual correc...
[reactos.git] / reactos / include / subsys / lsass / lsass.h
index 63e7e68..6cb2829 100644 (file)
@@ -98,7 +98,7 @@ typedef union _LSASS_REQUEST
 {
    PORT_MESSAGE Header;
    struct {
-      UCHAR LpcHeader[LPC_MESSAGE_BASE_SIZE];
+      UCHAR LpcHeader[sizeof(PORT_MESSAGE)];
       ULONG Type;
       union
         {