update for HEAD-2002110401
[reactos.git] / include / lsass / lsass.h
index a276837..a01d3a1 100644 (file)
@@ -98,7 +98,7 @@ typedef struct _LSASS_REGISTER_LOGON_PROCESS_REPLY
 
 typedef struct _LSASS_REQUEST
 {
-   LPC_MESSAGE_HEADER Header;
+   LPC_MESSAGE Header;
    ULONG Type;
    union
      {
@@ -114,7 +114,7 @@ typedef struct _LSASS_REQUEST
 
 typedef struct _LSASS_REPLY
 {
-   LPC_MESSAGE_HEADER Header;
+   LPC_MESSAGE Header;
    NTSTATUS Status;
    union
      {