[INCLUDE/WINE] Attempt to please the...

svn path=/trunk/; revision=66489
This commit is contained in:
Amine Khaldi 2015-02-28 10:35:08 +00:00
parent 3bec612279
commit b77d71098d

View file

@ -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
{