repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git]
/
arch
/
.unmaintained
/
morphos
/
Include
/
proto
/
alib.h
blob
76d8ed4652d01f2400ce67f0ac1a62c1f6cdce0c
1
#include <clib/alib_protos.h>
2
#define CallHook(MyHook, MyObject, tags...) \
3
({ULONG _tags[] = { tags }; CallHookA((MyHook), (MyObject), (APTR)_tags);})