From f93dcbb9c2bee3a5ffd109c3d7ed79cf5c559eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 23 Mar 2009 13:40:45 +0000 Subject: require Pd>=0.41 (rather than Pd>0.41) for 64bit hacks svn path=/trunk/externals/zexy/; revision=10889 --- src/zexy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/zexy.h b/src/zexy.h index 0ec9287..572ee23 100644 --- a/src/zexy.h +++ b/src/zexy.h @@ -140,7 +140,7 @@ static void zexy_register(char*object){object=0;} # define z_verbose #endif -#if (defined __x86_64__) && (defined PD_MAJOR_VERSION && defined PD_MINOR_VERSION) && (PD_MAJOR_VERSION > 0 || PD_MINOR_VERSION > 41) +#if (defined __x86_64__) && (defined PD_MAJOR_VERSION && defined PD_MINOR_VERSION) && (PD_MAJOR_VERSION > 0 || PD_MINOR_VERSION >= 41) # define zarray_t t_word # define zarray_getarray garray_getfloatwords # define zarray_getfloat(pointer, index) (pointer[index].w_float) -- cgit v1.2.1