Revision 21479,
624 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21478,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[18255] | 1 | #ifndef LIBART_FEATURES_H |
---|
| 2 | #define LIBART_FEATURES_H 1 |
---|
| 3 | |
---|
| 4 | #define LIBART_MAJOR_VERSION (2) |
---|
| 5 | #define LIBART_MINOR_VERSION (3) |
---|
[21478] | 6 | #define LIBART_MICRO_VERSION (17) |
---|
| 7 | #define LIBART_VERSION "2.3.17" |
---|
[18255] | 8 | |
---|
[20812] | 9 | #ifdef _WIN32 |
---|
| 10 | # ifdef LIBART_COMPILATION |
---|
| 11 | # define LIBART_VAR __declspec(dllexport) |
---|
| 12 | # else |
---|
| 13 | # define LIBART_VAR extern __declspec(dllimport) |
---|
| 14 | # endif |
---|
| 15 | #else |
---|
| 16 | # define LIBART_VAR extern |
---|
| 17 | #endif |
---|
[18255] | 18 | |
---|
[20812] | 19 | LIBART_VAR const unsigned int libart_major_version, libart_minor_version, libart_micro_version; |
---|
| 20 | LIBART_VAR const char *libart_version; |
---|
| 21 | |
---|
[18255] | 22 | void libart_preinit(void *app, void *modinfo); |
---|
| 23 | void libart_postinit(void *app, void *modinfo); |
---|
| 24 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.