diff options
author | vasiljevic <zv@archiware.com> | 2005-10-14 17:34:20 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2005-10-14 17:34:20 (GMT) |
commit | f86d2874490b7bae60488ff994e162fad5c70113 (patch) | |
tree | 4fb54b98b03548468cb42b2f0f337a443bf76e59 /generic | |
parent | 78f0b0ebfa7489807bd35bac64727c5c20a465df (diff) | |
download | tcl-f86d2874490b7bae60488ff994e162fad5c70113.zip tcl-f86d2874490b7bae60488ff994e162fad5c70113.tar.gz tcl-f86d2874490b7bae60488ff994e162fad5c70113.tar.bz2 |
Fixed bad definition of CRTEXPORT which should have been
CRTIMPORT rather.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 5e91a5a..05e913f 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.205 2005/10/14 11:14:31 patthoyts Exp $ + * RCS: @(#) $Id: tcl.h,v 1.206 2005/10/14 17:34:20 vasiljevic Exp $ */ #ifndef _TCL @@ -202,7 +202,7 @@ extern "C" { # else # define DLLIMPORT # define DLLEXPORT -# define CRTEXPORT +# define CRTIMPORT # endif #endif |