diff options
author | musil <tmusil@users.sourceforge.net> | 2006-12-15 13:04:06 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-12-15 13:04:06 +0000 |
commit | 9884c8a7d246231a2418d6e6daaf5baeaa1b9cb8 (patch) | |
tree | 197f0cc4dd3f867f1b043edb0e66e44fc2f4ad17 | |
parent | a7481cb9d5e02e6c48348de8ff7fa374d41320ce (diff) |
one more define under windows
# define atanf atan
svn path=/trunk/externals/iem/iemmatrix/; revision=6914
-rw-r--r-- | src/iemmatrix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iemmatrix.h b/src/iemmatrix.h index 34b15e3..d9abb37 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -66,6 +66,7 @@ # define fabsf fabs # define sqrtf sqrt # define powf pow +# define atanf atan #endif #ifdef __APPLE__ |