summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-07-29 14:12:16 (GMT)
committerescoffon <escoffon>1998-07-29 14:12:16 (GMT)
commit7bfb47586c47ee2a2ddb61b30c6998b62fa5757c (patch)
treef9ae3c14df147894f529b95e498f7fef32ecb2e8 /generic/tclMain.c
parent8b7e4180c368fa58eccde0d01d41a8583e226c42 (diff)
downloadtcl-7bfb47586c47ee2a2ddb61b30c6998b62fa5757c.zip
tcl-7bfb47586c47ee2a2ddb61b30c6998b62fa5757c.tar.gz
tcl-7bfb47586c47ee2a2ddb61b30c6998b62fa5757c.tar.bz2
Define EXPORT to be DLLEXPORT
Diffstat (limited to 'generic/tclMain.c')
-rw-r--r--generic/tclMain.c3
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