mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 19:43:39 +08:00
push-include for #pragma pack(16)
svn path=/trunk/; revision=20668
This commit is contained in:
7
reactos/w32api/include/pshpck16.h
Normal file
7
reactos/w32api/include/pshpck16.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef RC_INVOKED
|
||||
# if ( __FreeBSD__ == 5 )
|
||||
# pragma pack(16)
|
||||
# else
|
||||
# pragma pack(push,16)
|
||||
# endif // __FreeBSD__
|
||||
#endif // RC_INVOKED
|
||||
Reference in New Issue
Block a user