mirror of
https://github.com/mpv-player/mpv
synced 2025-04-04 23:40:47 +00:00
10L
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9587 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
91a54c2e9e
commit
6a4fcecaed
@ -24,7 +24,7 @@ typedef struct m_struct_st {
|
|||||||
#define M_ST_MB_P(struct_p, struct_offset) \
|
#define M_ST_MB_P(struct_p, struct_offset) \
|
||||||
((void*) (struct_p) + (unsigned long) (struct_offset))
|
((void*) (struct_p) + (unsigned long) (struct_offset))
|
||||||
#define M_ST_MB(member_type, struct_p, struct_offset) \
|
#define M_ST_MB(member_type, struct_p, struct_offset) \
|
||||||
(*(member_type*) M_STRUCT_MEMBER_P ((struct_p), (struct_offset)))
|
(*(member_type*) M_ST_MB_P ((struct_p), (struct_offset)))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user