push-include for #pragma pack(16)

svn path=/trunk/; revision=20668
This commit is contained in:
Aleksey Bragin
2006-01-07 20:00:43 +00:00
parent 1320cc7603
commit 8ce0068e09

View File

@@ -0,0 +1,7 @@
#ifndef RC_INVOKED
# if ( __FreeBSD__ == 5 )
# pragma pack(16)
# else
# pragma pack(push,16)
# endif // __FreeBSD__
#endif // RC_INVOKED