You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adjusts the `LIST_ENTRY` to define the structure correctly. This
allows for the `LIST_REMOVE` and `LIST_INSERT_HEAD` macros to be defined
properly and set the fields previous pointers as well when updating the
list. This is needed to enable the use of the macros for list
manipulations. Found while implementing file sources for Windows.
0 commit comments