Fixed building of catalogs.
[AROS.git] / workbench / classes / zune / nlist / nbalance_mcc / NBalance.h
blob09a8b322858783ddf77c9646b2eae88bd96e4bb5
1 /***************************************************************************
3 NBalance.mcc - New Balance MUI Custom Class
4 Copyright (C) 2008-2013 by NList Open Source Team
6 This library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Lesser General Public
8 License as published by the Free Software Foundation; either
9 version 2.1 of the License, or (at your option) any later version.
11 This library is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Lesser General Public License for more details.
16 NList classes Support Site: http://www.sf.net/projects/nlist-classes
18 $Id$
20 ***************************************************************************/
22 #ifndef NBALANCE_H
23 #define NBALANCE_H
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
29 #if !defined(__AROS__) && defined(__PPC__)
30 #if defined(__GNUC__)
31 #pragma pack(2)
32 #elif defined(__VBCC__)
33 #pragma amiga-align
34 #endif
35 #endif
37 #ifndef EXEC_TYPES_H
38 #include <exec/types.h>
39 #endif
41 #define MUIC_NBalance "NBalance.mcc"
42 #define NBalanceObject MUI_NewObject(MUIC_NBalance
44 #if !defined(__AROS__) && defined(__PPC__)
45 #if defined(__GNUC__)
46 #pragma pack()
47 #elif defined(__VBCC__)
48 #pragma default-align
49 #endif
50 #endif
52 #ifdef __cplusplus
54 #endif
56 #endif /* NBALANCE_MCC_H */