summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
diff options
context:
space:
mode:
authorescoffon <escoffon@noemail.net>1998-08-04 11:53:12 (GMT)
committerescoffon <escoffon@noemail.net>1998-08-04 11:53:12 (GMT)
commitea9be8dfc1b15f2f5a4ea15451dada4fea307c8c (patch)
tree090e5f16668eabbd7db73b22c64166805ea36425 /win/tclWinInt.h
parent4ff2a87a5fd04192bc7fa824dc3d06189f5e5842 (diff)
downloadtcl-ea9be8dfc1b15f2f5a4ea15451dada4fea307c8c.zip
tcl-ea9be8dfc1b15f2f5a4ea15451dada4fea307c8c.tar.gz
tcl-ea9be8dfc1b15f2f5a4ea15451dada4fea307c8c.tar.bz2
EXPORT is now TCL_STORAGE_CLASS
FossilOrigin-Name: 173b99e4fd9152850f779ba5cdb6885b61883c25
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r--win/tclWinInt.h8
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 */