Index: tclWinInt.h =================================================================== RCS file: /cvsroot/tcl/tcl/win/tclWinInt.h,v retrieving revision 1.12 diff -c -r1.12 tclWinInt.h *** tclWinInt.h 2001/10/29 15:02:44 1.12 --- tclWinInt.h 2001/11/06 06:47:16 *************** *** 103,111 **** EXTERN void TclWinInit(HINSTANCE hInst); - # undef TCL_STORAGE_CLASS - # define TCL_STORAGE_CLASS DLLIMPORT #include "tclIntPlatDecls.h" #endif /* _TCLWININT */ --- 103,112 ---- EXTERN void TclWinInit(HINSTANCE hInst); #include "tclIntPlatDecls.h" + + #undef TCL_STORAGE_CLASS + #define TCL_STORAGE_CLASS DLLIMPORT #endif /* _TCLWININT */