diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclMain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclMain.c b/generic/tclMain.c index 15a4e0f..a18e11c 100644 --- a/generic/tclMain.c +++ b/generic/tclMain.c @@ -15,8 +15,8 @@ #include "tcl.h" #include "tclInt.h" -# undef EXPORT -# define EXPORT DLLEXPORT +# undef TCL_STORAGE_CLASS +# define TCL_STORAGE_CLASS DLLEXPORT /* * The following code ensures that tclLink.c is linked whenever |