From 7bfb47586c47ee2a2ddb61b30c6998b62fa5757c Mon Sep 17 00:00:00 2001 From: escoffon Date: Wed, 29 Jul 1998 14:12:16 +0000 Subject: Define EXPORT to be DLLEXPORT --- generic/tclMain.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generic/tclMain.c b/generic/tclMain.c index ce87636..15a4e0f 100644 --- a/generic/tclMain.c +++ b/generic/tclMain.c @@ -15,6 +15,9 @@ #include "tcl.h" #include "tclInt.h" +# undef EXPORT +# define EXPORT DLLEXPORT + /* * The following code ensures that tclLink.c is linked whenever * Tcl is linked. Without this code there's no reference to the -- cgit v0.12