#ifndef MINIMALISTIC_STUB_HXX #define MINIMALISTIC_STUB_HXX #include #include #include #include #include #include #include #include #ifdef __GCCXML__ #define LIBT2N_EXPORT __attribute((gccxml("libt2n-default"))) #define LIBT2N_EXPORT_GROUP(group) __attribute((gccxml("libt2n-"#group))) #else #define LIBT2N_EXPORT #define LIBT2N_EXPORT_GROUP(group) #endif #endif