1 //-----------------------------------------------------------------------------
4 // Category : SDK Core Interfaces
5 // Filename : pluginterfaces/base/falignpush.h
6 // Created by : Steinberg, 01/2004
7 // Description : Set alignment settings
9 //-----------------------------------------------------------------------------
10 // This file is part of a Steinberg SDK. It is subject to the license terms
11 // in the LICENSE file found in the top-level directory of this distribution
12 // and at www.steinberg.net/sdklicenses.
13 // No part of the SDK, including this file, may be copied, modified, propagated,
14 // or distributed except according to the terms contained in the LICENSE file.
15 //-----------------------------------------------------------------------------
17 //----------------------------------------------------------------------------------------------
19 #pragma GCC diagnostic ignored "-Wunknown-warning-option"
20 #pragma GCC diagnostic ignored "-Wpragma-pack"
22 #pragma pack(push, 16)
26 #elif defined __BORLANDC__
36 //----------------------------------------------------------------------------------------------