mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[INCLUDE/WINE] Attempt to please the...
svn path=/trunk/; revision=66489
This commit is contained in:
parent
3bec612279
commit
b77d71098d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue