Collage  1.0.1
Object-Oriented C++ Network Library
defines.h
1 
2 /* Copyright (c) 2010-2012, Stefan Eilemann <eile@eyescale.ch>
3  *
4  * This file is part of Collage <https://github.com/Eyescale/Collage>
5  *
6  * This library is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License version 2.1 as published
8  * by the Free Software Foundation.
9  *
10  * This library is distributed in the hope that it will be useful, but WITHOUT
11  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12  * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13  * details.
14  *
15  * You should have received a copy of the GNU Lesser General Public License
16  * along with this library; if not, write to the Free Software Foundation, Inc.,
17  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18  */
19 
20 #ifndef CO_DEFINES_H
21 #define CO_DEFINES_H
22 
23 // Lunchbox includes before, the generated files use LB_ defines.
24 #include <lunchbox/lunchbox.h>
25 
26 #ifdef __APPLE__
27 # include <co/definesDarwin.h>
28 #endif
29 #ifdef __linux
30 # include <co/definesLinux.h>
31 #endif
32 #ifdef _WIN32 //_MSC_VER
33 # include <co/definesWin32.h>
34 #endif
35 
36 #endif // CO_DEFINES_H