From 62530f3fc55d3dc1c12bcd3b88f0922c15cd82e5 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 30 Dec 2002 04:32:19 +0000 Subject: "" svn path=/trunk/; revision=310 --- externals/grill/flext/source/flstdc.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'externals/grill/flext/source/flstdc.h') diff --git a/externals/grill/flext/source/flstdc.h b/externals/grill/flext/source/flstdc.h index adf28b0d..44252c3f 100644 --- a/externals/grill/flext/source/flstdc.h +++ b/externals/grill/flext/source/flstdc.h @@ -162,8 +162,14 @@ typedef void t_binbuf; /* Set the right calling convention (and exporting) for the OS */ #ifdef _MSC_VER + #ifdef FLEXT_SHARED + #define FLEXT_SHARE __declspec(dllexport) + #else + #define FLEXT_SHARE + #endif #define FLEXT_EXT __declspec(dllexport) #else // other OS's + #define FLEXT_SHARE #define FLEXT_EXT #endif -- cgit v1.2.1