mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
[INCLUDE/WINE] Attempt to please the...
svn path=/trunk/; revision=66489
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user