On 08/30/2011 07:57 PM, Blue Swirl wrote:
> > +#if defined(_WIN32) > +# define QEMU_PACKED __attribute__((gcc_struct, packed))Maybe we could also use gcc_struct also for non-win32?> +#else > +# define QEMU_PACKED __attribute__((packed)) > +#endif
Indeed. Paolo