Added some useful shared library macros to the build system, converted math to a...
[fail.git] / src / core / export.h.in
blobe28c007a827856d5300bb15dc719f071de73a893
1 #ifndef AWFUL_${libname_caps}_EXPORT_H_
2 #define AWFUL_${libname_caps}_EXPORT_H_
4 #ifdef IN_AW${libname_caps}
5 #define AW${libname_caps}_EXPORT AWFUL_EXPORT
6 #else
7 #define AW${libname_caps}_EXPORT AWFUL_IMPORT
8 #endif
10 #endif