ddraw: Avoid LPD3DCLIPSTATUS.
[wine] / include / wine / list.h
2012-12-11  Amine Khaldiinclude: Define LIST_ENTRY using the standard offsetof.
2010-08-25  Kai Tietzinclude: Fixed LIST_ENTRY macro type casts for win64.
2009-10-12  Austin Englishinclude: fix a compiler warning on GNU/FreeBSD.
2008-04-23  Erik de Castro Lopoinclude: Fix "warning: cast from pointer to integer...
2007-06-06  Dan Hipschmanlist.h: Add macros for reverse iteration.
2007-03-27  Andrew Talbotwinelib: Replace inline static with static inline.
2007-01-22  Alexandre Julliardwine/list.h: Add list_count function. Make some paramet...
2006-12-06  Stefan Dösingerwine/list.h: Added list_move_head and list_move_tail.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-29  Juan LangAdded a LIST_FOR_EACH_ENTRY_SAFE helper macro.
2005-05-18  Dimi PaunDocument the more convenient iteration method.
2005-01-14  Robert ShearmanAdd a LIST_FOR_EACH_ENTRY list helper.
2005-01-12  Robert ShearmanAdd LIST_FOR_EACH_SAFE - a list iteration macro that...
2004-11-06  Mike HearnDocument the linked list support code.
2004-05-21  Alexandre JulliardConverted the memory views list to use the standard...
2003-09-11  Alexandre JulliardMoved list.h to include/wine so that it can be used...