mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
silence some rather annoying alignment errors when building with msvc
svn path=/trunk/; revision=22240
This commit is contained in:
parent
67189b431d
commit
485867fdaf
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
#ifndef RC_INVOKED
|
||||
#if ( _MSC_VER >= 800 )
|
||||
#pragma warning(disable:4103)
|
||||
#endif // _MSC_VER
|
||||
# if ( __FreeBSD__ == 5 )
|
||||
# pragma pack(4)
|
||||
# else
|
||||
|
|
Loading…
Reference in a new issue