mirror of
https://github.com/reactos/reactos.git
synced 2026-09-15 14:18:59 +08:00
8 lines
137 B
C
8 lines
137 B
C
#ifndef RC_INVOKED
|
|
# if ( __FreeBSD__ == 5 )
|
|
# pragma pack(4)
|
|
# else
|
|
# pragma pack(push,4)
|
|
# endif // __FreeBSD__
|
|
#endif // RC_INVOKED
|