1 #ifndef AROS_AROSBASE_H
2 #define AROS_AROSBASE_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: aros.library general defines
12 #ifndef EXEC_LIBRARIES_H
13 #include <exec/libraries.h>
16 #define AROSLIBNAME "aros.library"
18 /* Minimum version that supports everything from the current includes. */
19 /* Will be bumped whenever new functions are added to the library. */
20 #define AROSLIBVERSION 41
21 #define AROSLIBREVISION 1
24 #endif /* AROS_AROSBASE_H */