diff --git a/reactos/include/ddk/wdm.h b/reactos/include/ddk/wdm.h index 2644e68de58..7f479163f30 100644 --- a/reactos/include/ddk/wdm.h +++ b/reactos/include/ddk/wdm.h @@ -276,7 +276,7 @@ typedef union _SLIST_HEADER { ULONGLONG HeaderType:1; ULONGLONG Init:1; ULONGLONG Reserved:2; - ULONGLONG Region:60; + ULONGLONG NextEntry:60; struct { } Header16; } SLIST_HEADER, *PSLIST_HEADER;