summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.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/tkInt.h
parent2eda3a41cdebafbf544b5b8a7b5b27f795c8414b (diff)
downloadtk-4120d6152af7c96e104188f6bce915bd7164410c.zip
tk-4120d6152af7c96e104188f6bce915bd7164410c.tar.gz
tk-4120d6152af7c96e104188f6bce915bd7164410c.tar.bz2
EXPORT is now TCL_STORAGE_CLASS
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index f547165..36287db 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: %Z% $Id: tkInt.h,v 1.5 1998/07/29 13:14:12 escoffon Exp $
+ * SCCS: %Z% $Id: tkInt.h,v 1.6 1998/08/04 12:19:22 escoffon Exp $
*/
#ifndef _TKINT
@@ -28,8 +28,8 @@
#endif
#ifdef BUILD_tk
-# undef EXPORT
-# define EXPORT DLLEXPORT
+# undef TCL_STORAGE_CLASS
+# define TCL_STORAGE_CLASS DLLEXPORT
#endif
/*
@@ -1002,7 +1002,7 @@ EXTERN int TkXFileProc _ANSI_ARGS_((ClientData clientData,
EXTERN int TkUnsupported1Cmd _ANSI_ARGS_((ClientData clientData,
Tcl_Interp *interp, int argc, char **argv));
-#undef EXPORT
-#define EXPORT DLLIMPORT
+# undef TCL_STORAGE_CLASS
+# define TCL_STORAGE_CLASS DLLIMPORT
#endif /* _TKINT */