From 2a58dfbcf6eb4fd72d19f46067d841a4aab873bf Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 19 Jul 2005 23:08:33 +0000 Subject: 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 --- externals/grill/flext/source/flprefix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/flext/source/flprefix.h') diff --git a/externals/grill/flext/source/flprefix.h b/externals/grill/flext/source/flprefix.h index 68d9e120..36a7dbbe 100755 --- a/externals/grill/flext/source/flprefix.h +++ b/externals/grill/flext/source/flprefix.h @@ -377,7 +377,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. /* Set the right calling convention (and exporting) for the OS */ -#ifdef _MSC_VER +#if defined(_WIN32) #ifdef FLEXT_SHARED // for compiling a shared flext library FLEXT_EXPORTS must be defined #ifdef FLEXT_EXPORTS -- cgit v1.2.1