From bd51137dc8db0a3959d93b34c1e00980ec12e324 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 16 Jun 2005 12:43:07 +0000 Subject: MSVCC makefile fixed some files svn path=/trunk/externals/iem/iemmatrix/; revision=3185 --- src/iemmatrix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/iemmatrix.h') diff --git a/src/iemmatrix.h b/src/iemmatrix.h index 6622441..4080707 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -62,6 +62,8 @@ #ifdef __WIN32__ # define fabsf fabs # define sqrtf sqrt +# define powf pow + #endif typedef double t_matrixfloat; -- cgit v1.2.1