diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-07-19 23:08:33 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-07-19 23:08:33 +0000 |
commit | 2a58dfbcf6eb4fd72d19f46067d841a4aab873bf (patch) | |
tree | 4dd3c7725bae39ad31a5d49309cf4a96c6e16c16 /externals/grill/flext/source/flstdc.h | |
parent | 8994dac676a881dce818238d4519182a8bf635ea (diff) |
more corrections to cygwin... seems to work now for Max/MSP as well
avoid problems with paths containing spaces
enhancements for cygwin builds (working for PD now, but not for Max)
svn path=/trunk/; revision=3362
Diffstat (limited to 'externals/grill/flext/source/flstdc.h')
-rw-r--r-- | externals/grill/flext/source/flstdc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/grill/flext/source/flstdc.h b/externals/grill/flext/source/flstdc.h index d0c2c163..17d28e26 100644 --- a/externals/grill/flext/source/flstdc.h +++ b/externals/grill/flext/source/flstdc.h @@ -114,6 +114,7 @@ typedef t_clock t_qelem; #endif #elif FLEXT_OS == FLEXT_OS_WIN #define WIN_VERSION 1 + #define WIN_EXT_VERSION 1 #endif |