a trifling change so i can test subwcrev

This commit is contained in:
zeromus 2015-02-01 02:52:19 +00:00
parent 8845b02010
commit 91180e0b32
1 changed files with 1 additions and 1 deletions

View File

@ -155,5 +155,5 @@ char (*BLAHBLAHBLAH( UNALIGNED T (&)[N] ))[N];
#ifdef _MSC_VER
#define EW_PACKED( ... ) __pragma( pack(push, 1) ) __VA_ARGS__ __pragma( pack(pop) )
#else
#define EW_PACKED( ... ) __Declaration__ __VA_ARGS__ ((__packed__))
#define EW_PACKED( ... ) __VA_ARGS__ __attribute__((__packed__))
#endif