diff --git a/src/platform/python/_builder.h b/src/platform/python/_builder.h index c39fcf143..b3755269c 100644 --- a/src/platform/python/_builder.h +++ b/src/platform/python/_builder.h @@ -8,6 +8,7 @@ #define MGBA_EXPORT #define ATTRIBUTE_FORMAT(X, Y, Z) +#define ATTRIBUTE_NONSTRING #define DECL_BITFIELD(newtype, oldtype) typedef oldtype newtype #define DECL_BIT(type, field, bit) DECL_BITS(type, field, bit, 1) #define DECL_BITS(TYPE, FIELD, START, SIZE) \