5 #ifndef __mooplatform__ 6 #define __mooplatform__ 17 #if defined (__APPLE__) 18 # include "TargetConditionals.h" 52 typedef unsigned long long mooUInt;
71 return (
mooInt)(eos - wcs - 1);
80 MOO_INVALID_STRING = -10000,
81 MOO_INVALID_PARAMETER = -10001,
82 MOO_NOT_LOGGED_IN = -10002
88 #if defined (__GNUC__) && ((__GNUC__ >= 4) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1))) 89 # define MOO_EXPORT __attribute__ ((visibility ("default"))) 91 # define MOO_EXPORT __declspec (dllexport)