diff options
author | escoffon <escoffon> | 1998-07-29 14:12:16 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-07-29 14:12:16 (GMT) |
commit | 7bfb47586c47ee2a2ddb61b30c6998b62fa5757c (patch) | |
tree | f9ae3c14df147894f529b95e498f7fef32ecb2e8 /generic | |
parent | 8b7e4180c368fa58eccde0d01d41a8583e226c42 (diff) | |
download | tcl-7bfb47586c47ee2a2ddb61b30c6998b62fa5757c.zip tcl-7bfb47586c47ee2a2ddb61b30c6998b62fa5757c.tar.gz tcl-7bfb47586c47ee2a2ddb61b30c6998b62fa5757c.tar.bz2 |
Define EXPORT to be DLLEXPORT
Diffstat (limited to 'generic')
-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 |