summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-08-04 11:53:13 (GMT)
committerescoffon <escoffon>1998-08-04 11:53:13 (GMT)
commite04a81a2d7da55e3afebd4fec7929d8a68a197e7 (patch)
tree090e5f16668eabbd7db73b22c64166805ea36425 /win/tclWinInt.h
parent36e80da1975e7b338e6b25489249183cab3ee8ed (diff)
downloadtcl-e04a81a2d7da55e3afebd4fec7929d8a68a197e7.zip
tcl-e04a81a2d7da55e3afebd4fec7929d8a68a197e7.tar.gz
tcl-e04a81a2d7da55e3afebd4fec7929d8a68a197e7.tar.bz2
EXPORT is now TCL_STORAGE_CLASS
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 */