reactos/include/host/pshpack8.h
2013-06-16 22:01:41 +00:00

11 lines
210 B
C

#ifndef RC_INVOKED
#if ( _MSC_VER >= 800 )
#pragma warning(disable:4103)
#endif // _MSC_VER
# if ( __FreeBSD__ == 5 )
# pragma pack(8)
# else
# pragma pack(push,8)
# endif // __FreeBSD__
#endif // RC_INVOKED