Lunchbox  1.9.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
defines.h
1 
2 /* Copyright (c) 2014 Stefan.Eilemann@epfl.ch */
3 
4 #ifndef LUNCHBOX_DEFINES_H
5 #define LUNCHBOX_DEFINES_H
6 
7 #ifdef __APPLE__
8 # include <lunchbox/definesDarwin.h>
9 #endif
10 #ifdef __linux
11 # include <lunchbox/definesLinux.h>
12 #endif
13 #ifdef _WIN32 //_MSC_VER
14 # include <lunchbox/definesWin32.h>
15 #endif
16 
17 #endif