Adapted to recent changes of %build_linklib.
[AROS-Contrib.git] / FryingPan / framework / Generic / Generic.h
blobfe2e79d61277dea1c3b04b1ea6d98f953b81734b
1 /*
2 * Amiga Generic Set - set of libraries and includes to ease sw development for all Amiga platforms
3 * Copyright (C) 2001-2011 Tomasz Wiszkowski Tomasz.Wiszkowski at gmail.com.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 #ifndef _GENERIC_GENERIC_H
21 #define _GENERIC_GENERIC_H
23 /**
24 * \file Generic.h
25 * \brief You want to include this file as a very first item of all your cpp or h files.
26 * it resolves \b some conflicts before they actually appear.
29 //! Disable all inline varargs. DO NOT REMOVE THIS.
30 #define NO_INLINE_STDARG
32 //! Disable all include-level declared library bases. DO NOT REMOVE THIS.
33 #define __NOLIBBASE__
36 #endif