#ifndef _COMPILER_H_ #define _COMPILER_H_ #define __export /* Packed structures */ #define __packed __attribute__((packed)) /* Weak symbols */ #define __weak /* Specific calling conventions */ #define __cdecl #endif /* _COMPILER_H_ */