Juan Lang
|
341ba0f696
|
Added a LIST_FOR_EACH_ENTRY_SAFE helper macro.
|
2005-08-29 12:18:15 +00:00 |
Dimi Paun
|
10d48a9464
|
Document the more convenient iteration method.
|
2005-05-18 13:24:46 +00:00 |
Robert Shearman
|
7b3d092c26
|
Add a LIST_FOR_EACH_ENTRY list helper.
|
2005-01-14 15:11:07 +00:00 |
Robert Shearman
|
e1d2a837a0
|
Add LIST_FOR_EACH_SAFE - a list iteration macro that is safe against
removal.
|
2005-01-12 19:27:35 +00:00 |
Mike Hearn
|
4328ec4180
|
Document the linked list support code.
|
2004-11-06 03:45:49 +00:00 |
Alexandre Julliard
|
eb04fd22f8
|
Converted the memory views list to use the standard functions from
wine/list.h.
Restructured some functions to always return proper NT status codes.
A couple of optimizations.
Added a few tests for file mappings.
|
2004-05-21 20:58:44 +00:00 |
Alexandre Julliard
|
ef5f6c7fad
|
Moved list.h to include/wine so that it can be used everywhere.
|
2003-09-11 20:45:17 +00:00 |