Add initial bits for Qt6 support
[carla.git] / source / includes / vst3sdk / pluginterfaces / vst / vstpshpack4.h
blob2ac96e78fcc4133f5993ad5290e0fe1ad8e3838b
1 //------------------------------------------------------------------------
2 // Project : VST SDK
3 //
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.
9 //
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 //-----------------------------------------------------------------------------
18 #pragma once
20 //----------------------------------------------------------------------------------------------
21 #if defined __BORLANDC__
22 #pragma -a4
23 #else
24 #if (_MSC_VER >= 800 && !defined(_M_I86)) || defined(_PUSHPOP_SUPPORTED)
25 #pragma warning(disable:4103)
26 #endif
28 #pragma pack(push)
29 #pragma pack(4)
30 #endif