|
Version: 1.0
|
Go to the documentation of this file.
7 #ifndef GRAPHGEN_SYSTEM_INFO_H_
8 #define GRAPHGEN_SYSTEM_INFO_H_
16 #if _WIN32 || _WIN64 || WIN32 || __WIN32__ || __WINDOWS__ || __TOS_WIN__
26 #define GRAPHGEN_WINDOWS
27 #elif __gnu_linux__ || __linux__
28 #define GRAPHGEN_LINUX
30 #elif __unix || __unix__
33 #elif __APPLE__ || __MACH__ || macintosh || Macintosh || (__APPLE__ && __MACH__)
36 #define GRAPHGEN_APPLE