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