mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00:00
Create a branch for header work.
svn path=/branches/header-work/; revision=45691
This commit is contained in:
parent
14fe274b1c
commit
9ea495ba33
19538 changed files with 0 additions and 1063950 deletions
10
include/host/poppack.h
Normal file
10
include/host/poppack.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef RC_INVOKED
|
||||
#if ( _MSC_VER >= 800 )
|
||||
#pragma warning(disable:4103)
|
||||
#endif // _MSC_VER
|
||||
# if ( __FreeBSD__ == 5 )
|
||||
# pragma pack(4)
|
||||
# else
|
||||
# pragma pack(pop)
|
||||
# endif // __FreeBSD__
|
||||
#endif // RC_INVOKED
|
Loading…
Add table
Add a link
Reference in a new issue