summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-07-29 11:41:24 (GMT)
committerescoffon <escoffon>1998-07-29 11:41:24 (GMT)
commit848d4ea6b2ae93e921dcda847121f2bdd2f2b360 (patch)
tree058635bae7345a0b745fc60bd964e412dc5a6a1f /generic
parent9e0ef81eaf9e878795a2c4cd79e2b442c0b99a3b (diff)
downloadtcl-848d4ea6b2ae93e921dcda847121f2bdd2f2b360.zip
tcl-848d4ea6b2ae93e921dcda847121f2bdd2f2b360.tar.gz
tcl-848d4ea6b2ae93e921dcda847121f2bdd2f2b360.tar.bz2
make sure the EXPORT macro is reset to DLLIMPORT at the end of the file
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 56f5e44..30cd7ee 100644
--- a/generic/tcl.h
+++ b/generic/tcl.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: tcl.h,v 1.14 1998/07/29 11:09:48 escoffon Exp $
+ * SCCS: %Z% $Id: tcl.h,v 1.15 1998/07/29 11:41:24 escoffon Exp $
*/
#ifndef _TCL
@@ -1542,4 +1542,8 @@ EXTERN void Tcl_WrongNumArgs _ANSI_ARGS_((Tcl_Interp *interp,
int objc, Tcl_Obj *CONST objv[], char *message));
#endif /* RESOURCE_INCLUDED */
+
+#undef EXPORT
+#define EXPORT DLLIMPORT
+
#endif /* _TCL */