Files
reactos/reactos/include/pshpack4.h
Ged Murphy 57a37f7568 finish header restructuring
svn path=/trunk/; revision=21130
2006-02-17 23:27:37 +00:00

8 lines
137 B
C

#ifndef RC_INVOKED
# if ( __FreeBSD__ == 5 )
# pragma pack(4)
# else
# pragma pack(push,4)
# endif // __FreeBSD__
#endif // RC_INVOKED