Go to the documentation of this file.
8 #ifndef LUNCHBOX_DEFINES_H
9 #define LUNCHBOX_DEFINES_H
12 # include <lunchbox/definesDarwin.h>
13 #elif defined (__linux__)
14 # include <lunchbox/definesLinux.h>
15 #elif defined (_WIN32)
16 # include <lunchbox/definesWin32.h>