You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
369 B
21 lines
369 B
/* |
|
forced to include to ALL files |
|
|
|
*/ |
|
|
|
using namespace std; |
|
|
|
#ifndef __EXPORT |
|
#define __EXPORT __attribute__ ((visibility ("default"))) |
|
#endif |
|
|
|
#ifndef __PRIVATE |
|
#define __PRIVATE __attribute__ ((visibility ("hidden"))) |
|
#endif |
|
|
|
#ifndef packed_struct |
|
#define packed_struct __attribute__ ((packed)) |
|
#endif |
|
|
|
#define _WANT_REGISTER_FINI 1 |
|
#define HAVE_INITFINI_ARRAY 1
|
|
|