From 848d4ea6b2ae93e921dcda847121f2bdd2f2b360 Mon Sep 17 00:00:00 2001 From: escoffon Date: Wed, 29 Jul 1998 11:41:24 +0000 Subject: make sure the EXPORT macro is reset to DLLIMPORT at the end of the file --- generic/tcl.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 */ -- cgit v0.12