Add LIST_FOR_EACH_SAFE Helper

Robert Shearman rob at codeweavers.com
Tue Jan 11 18:05:48 CST 2005


Hi,

Adding this macro would be useful for an OLE patch I am writing. It adds 
a macro that will iterate the list in a way that is safe against removal 
so that an entry isn't skipped when the previous entry is removed.

Rob

Changelog:
Add LIST_FOR_EACH_SAFE - a list iteration macro that is safe against 
removal.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: list_safe.diff
Type: text/x-patch
Size: 849 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050111/361718ad/list_safe.bin


More information about the wine-patches mailing list