Add a LIST_FOR_EACH_ENTRY List Helper

Robert Shearman rob at codeweavers.com
Wed Jan 12 14:34:30 CST 2005


Hi,

This will make working with lists slightly easier as the common 
operation of doing a LIST_FOR_EACH and then a LIST_ENTRY can be combined 
into one. If this patch is applied, a janitorial task should probably be 
created to simplify this usage pattern into a single LIST_FOR_EACH_ENTRY.

Rob

Changelog:
Add a LIST_FOR_EACH_ENTRY list helper.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: list_for_each_entry.diff
Type: text/x-patch
Size: 820 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050112/1575da48/list_for_each_entry.bin


More information about the wine-patches mailing list