summaryrefslogtreecommitdiffstats
path: root/generic/tk3d.h
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-08-04 12:18:49 (GMT)
committerescoffon <escoffon>1998-08-04 12:18:49 (GMT)
commit4120d6152af7c96e104188f6bce915bd7164410c (patch)
tree493fe50e7d0189f1d6de4d685e3d4a42357f667f /generic/tk3d.h
parent2eda3a41cdebafbf544b5b8a7b5b27f795c8414b (diff)
downloadtk-4120d6152af7c96e104188f6bce915bd7164410c.zip
tk-4120d6152af7c96e104188f6bce915bd7164410c.tar.gz
tk-4120d6152af7c96e104188f6bce915bd7164410c.tar.bz2
EXPORT is now TCL_STORAGE_CLASS
Diffstat (limited to 'generic/tk3d.h')
-rw-r--r--generic/tk3d.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tk3d.h b/generic/tk3d.h
index d1c6f1d..7b35911 100644
--- a/generic/tk3d.h
+++ b/generic/tk3d.h
@@ -18,8 +18,8 @@
#include <tkInt.h>
#ifdef BUILD_tk
-# undef EXPORT
-# define EXPORT DLLEXPORT
+# undef TCL_STORAGE_CLASS
+# define TCL_STORAGE_CLASS DLLEXPORT
#endif
/*
@@ -81,7 +81,7 @@ EXTERN void TkpGetShadows _ANSI_ARGS_((TkBorder *borderPtr,
Tk_Window tkwin));
EXTERN void TkpFreeBorder _ANSI_ARGS_((TkBorder *borderPtr));
-#undef EXPORT
-#define EXPORT DLLIMPORT
+# undef TCL_STORAGE_CLASS
+# define TCL_STORAGE_CLASS DLLIMPORT
#endif /* _TK3D */