Fixed incorrect bit number for SMB_AUTOSCROLL. Fortunately it isn't used
[AROS.git] / test / library / peropenerbase.h
blobc6e8dcd9337af6fcb41f7edbb471af5cec135d90
1 #include <exec/libraries.h>
3 struct PeropenerBase
5 struct Library lib;
6 int value;
7 };