Fixed incorrect bit number for SMB_AUTOSCROLL. Fortunately it isn't used
[AROS.git] / test / library / dummy.conf
blob9a7e5ab77bac47e6547b4b4fa1d863714ec272d7
1 ##begin config
2 version 1.0
3 libbasetype struct DummyBase
4 options rellinklib
5 ##end config
7 ##begin cdefprivate
8 #include "dummybase.h"
9 ##end cdefprivate
12 ##begin functionlist
13 ULONG add(ULONG a, ULONG b) (D0,D1)
14 ULONG asl(ULONG a, ULONG b) (D0,D1)
15 .function __int_asl
16 LONG printx(LONG args,...)
17 ##end functionlist