mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
silence some rather annoying alignment errors when building with msvc
svn path=/trunk/; revision=22240
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user