Go to the documentation of this file. 7 #ifndef ROSETTASTONE_MACROS_HPP 8 #define ROSETTASTONE_MACROS_HPP 10 #if defined(_WIN32) || defined(_WIN64) 11 #define ROSETTASTONE_WINDOWS 12 #elif defined(__APPLE__) 13 #define ROSETTASTONE_APPLE 14 #ifndef ROSETTASTONE_IOS 15 #define ROSETTASTONE_MACOSX 17 #elif defined(linux) || defined(__linux__) 18 #define ROSETTASTONE_LINUX 21 #endif // ROSETTASTONE_MACROS_HPP