diff options
author | escoffon <escoffon> | 1998-08-04 11:54:40 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-08-04 11:54:40 (GMT) |
commit | 3bf83fdb9c8b0a98a7dcc09880b1e28954d44e1a (patch) | |
tree | cc2744be34536284579a5e69ecafb9c8f9f52d06 /generic | |
parent | e04a81a2d7da55e3afebd4fec7929d8a68a197e7 (diff) | |
download | tcl-3bf83fdb9c8b0a98a7dcc09880b1e28954d44e1a.zip tcl-3bf83fdb9c8b0a98a7dcc09880b1e28954d44e1a.tar.gz tcl-3bf83fdb9c8b0a98a7dcc09880b1e28954d44e1a.tar.bz2 |
a few more fixes, hope this is the last one!
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 0a7079f..1d6ee89 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.21 1998/08/04 11:19:03 escoffon Exp $ + * SCCS: %Z% $Id: tcl.h,v 1.22 1998/08/04 11:54:40 escoffon Exp $ */ #ifndef _TCL @@ -230,9 +230,9 @@ #endif #ifdef __cplusplus -# define EXTERN extern "C" TCLSTORAGECLASS +# define EXTERN extern "C" TCL_STORAGE_CLASS #else -# define EXTERN extern TCLSTORAGECLASS +# define EXTERN extern TCL_STORAGE_CLASS #endif /* @@ -1568,7 +1568,7 @@ EXTERN void Tcl_WrongNumArgs _ANSI_ARGS_((Tcl_Interp *interp, #endif /* RESOURCE_INCLUDED */ -#undef EXPORT -#define EXPORT DLLIMPORT +#undef TCL_STORAGE_CLASS +#define TCL_STORAGE_CLASS DLLIMPORT #endif /* _TCL */ |