git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9587 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2003-03-14 17:50:58 +00:00
parent 91a54c2e9e
commit 6a4fcecaed
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ typedef struct m_struct_st {
#define M_ST_MB_P(struct_p, struct_offset) \
((void*) (struct_p) + (unsigned long) (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)))