Author: akhaldi Date: Sat Feb 28 10:35:08 2015 New Revision: 66489
URL: http://svn.reactos.org/svn/reactos?rev=66489&view=rev Log: [INCLUDE/WINE] Attempt to please the...
Modified: trunk/reactos/include/reactos/wine/rbtree.h
Modified: trunk/reactos/include/reactos/wine/rbtree.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/rbtree... ============================================================================== --- trunk/reactos/include/reactos/wine/rbtree.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/wine/rbtree.h [iso-8859-1] Sat Feb 28 10:35:08 2015 @@ -23,7 +23,7 @@ #define __WINE_WINE_RBTREE_H
#define WINE_RB_ENTRY_VALUE(element, type, field) \ - ((type *)((char *)(element) - offsetof(type, field))) + ((type *)((char *)(element) - FIELD_OFFSET(type, field)))
struct wine_rb_entry {