diff options
Diffstat (limited to 'generic/tclMain.c')
-rw-r--r-- | generic/tclMain.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |