j
k
j a
j l
Jacek Caban (@jacek) commented about dlls/mshtml/mshtml_private.h:
struct list task_list; struct list event_task_list; struct list timer_list; struct list *pending_xhr_events_tail;
struct list task_list; struct list event_task_list; struct list timer_list;
Why do you need this, isn't `list_add_tail` enough?
Back to the thread
Back to the list