1 //------------------------------------------------------------------------
4 // Category : Interfaces
5 // Filename : pluginterfaces/vst/vstpshpack4.h
6 // Created by : Steinberg, 05/2010
7 // Description : This file turns 4 Bytes packing of structures on. The file
8 // pluginterfaces/base/falignpop.h is the complement to this file.
10 //-----------------------------------------------------------------------------
11 // This file is part of a Steinberg SDK. It is subject to the license terms
12 // in the LICENSE file found in the top-level directory of this distribution
13 // and at www.steinberg.net/sdklicenses.
14 // No part of the SDK, including this file, may be copied, modified, propagated,
15 // or distributed except according to the terms contained in the LICENSE file.
16 //-----------------------------------------------------------------------------
20 //----------------------------------------------------------------------------------------------
21 #if defined __BORLANDC__
24 #if (_MSC_VER >= 800 && !defined(_M_I86)) || defined(_PUSHPOP_SUPPORTED)
25 #pragma warning(disable:4103)