mirror of
https://github.com/aap/librw.git
synced 2026-04-19 13:03:09 +01:00
fixed build for ps2
This commit is contained in:
@@ -16,7 +16,7 @@ struct LLLink
|
||||
}
|
||||
};
|
||||
|
||||
#define LLLinkGetData(linkvar,type,entry) \
|
||||
#define LLLinkGetData(linkvar,type,entry) \
|
||||
((type*)(((uint8*)(linkvar))-offsetof(type,entry)))
|
||||
|
||||
// Have to be careful since the link might be deleted.
|
||||
|
||||
Reference in New Issue
Block a user