aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flstdc.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-06-12 13:09:38 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-06-12 13:09:38 +0000
commitdd5ec533e743674a97344177fbc47925c686ba85 (patch)
treebb03a74d259a601a3b4eb5476c00b38d3d9ba5aa /externals/grill/flext/source/flstdc.h
parent9626bf38f809dcb2d978e4ac6a7069dc8a0851bc (diff)
""
svn path=/trunk/; revision=698
Diffstat (limited to 'externals/grill/flext/source/flstdc.h')
-rw-r--r--externals/grill/flext/source/flstdc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flstdc.h b/externals/grill/flext/source/flstdc.h
index 6c13a9c4..c875ac1e 100644
--- a/externals/grill/flext/source/flstdc.h
+++ b/externals/grill/flext/source/flstdc.h
@@ -207,7 +207,8 @@ typedef t_symbol *t_symptr;
#ifdef _MSC_VER
#ifdef FLEXT_SHARED
- #ifdef FLEXT_DLL
+ // for compiling a shared flext library FLEXT_EXPORTS must be defined
+ #ifdef FLEXT_EXPORTS
#define FLEXT_SHARE __declspec(dllexport)
#else
#define FLEXT_SHARE __declspec(dllimport)