diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-03 11:04:57 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-03 11:04:57 +0000 |
commit | 63fd1d42168d43bb315edfcb6ac7b77db41fcd5f (patch) | |
tree | 1074056ad9daac0d323043255aa143721c760a42 /experimental | |
parent | 2accab0d836db1fdaf41ffb92cd7ce27467bfebb (diff) |
updated windows macro to automatically defined _WIN32 to smooth Windows building
svn path=/trunk/externals/ggee/; revision=7890
Diffstat (limited to 'experimental')
-rwxr-xr-x | experimental/fofsynth~.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |