diff options
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r-- | win/tclWinInt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/tclWinInt.h b/win/tclWinInt.h index 6c7fad2..63a3b1c 100644 --- a/win/tclWinInt.h +++ b/win/tclWinInt.h @@ -22,8 +22,8 @@ #endif #ifdef BUILD_tcl -# undef EXPORT -# define EXPORT DLLEXPORT +# undef TCL_STORAGE_CLASS +# define TCL_STORAGE_CLASS DLLEXPORT #endif /* @@ -40,7 +40,7 @@ EXTERN void TclWinInit(HINSTANCE hInst); EXTERN int TclWinSynchSpawn(void *args, int type, void **trans, Tcl_Pid *pidPtr); -#undef EXPORT -#define EXPORT DLLIMPORT +# undef TCL_STORAGE_CLASS +# define TCL_STORAGE_CLASS DLLIMPORT #endif /* _TCLWININT */ |