All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EegeoPlatformMacros.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 #if defined (ANDROID)
6  #define EEGEO_DROID
7  //#define EEGEO_DROID_EMULATOR
8 #elif defined (__APPLE__)
9  #include "TargetConditionals.h"
10  #if defined(TARGET_OS_IPHONE) && (TARGET_OS_IPHONE == 1)
11  #define EEGEO_IOS
12  #else
13  #define EEGEO_OSX
14  #endif
15 #elif defined (_MSC_VER)
16  #define EEGEO_WIN
17 #endif