2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 #include <aros/symbolsets.h>
8 /* We use a negative version number because this way the library autoopening code
9 knows that we don't want errors to be reported if this library cannot be opened.
11 Given v is the version number provided, the real version number this library needs
12 to have is -(v + 1). The additional unit is needed so that even libraries with
13 version number 0 can be opened without the autoopening code reporting errors. */
14 ADD2LIBS("locale.library", -40, void *, LocaleBase
);