00001 #ifndef MYTHEXP_H_ 00002 #define MYTHEXP_H_ 00003 00004 #if (__GNUC__ >= 4) 00005 #define MHIDDEN __attribute__((visibility("hidden"))) 00006 #define MPUBLIC __attribute__((visibility("default"))) 00007 #else 00008 #define MHIDDEN 00009 #define MPUBLIC 00010 #endif 00011 00012 #endif // MYTHEXP_H_
1.5.5