prepare-headers / ConditionalMacros: gcc supports microsoft-style "pack" pragma, use those

This commit is contained in:
Wolfgang Thaller 2015-09-08 18:01:57 +02:00
parent db403ed5a0
commit c79a973691
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ cat > $OUT/ConditionalMacros.h <<END_MARKER
#define TARGET_RT_MAC_MACHO 0
#endif
#define PRAGMA_STRUCT_PACKPUSH 1
#define FUNCTION_PASCAL 1
#define TYPE_LONGLONG 1
#ifdef __cplusplus