From 63fd1d42168d43bb315edfcb6ac7b77db41fcd5f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 3 Jul 2007 11:04:57 +0000 Subject: updated windows macro to automatically defined _WIN32 to smooth Windows building svn path=/trunk/externals/ggee/; revision=7890 --- experimental/fofsynth~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'experimental/fofsynth~.c') diff --git a/experimental/fofsynth~.c b/experimental/fofsynth~.c index 44c18f0..be8f5a1 100755 --- a/experimental/fofsynth~.c +++ b/experimental/fofsynth~.c @@ -10,7 +10,7 @@ /* ------------------------ fofsynth~ ----------------------------- */ -#ifndef NT +#ifndef _WIN32 void garray_usedindsp(t_garray *x); #endif -- cgit v1.2.1