From f86d2874490b7bae60488ff994e162fad5c70113 Mon Sep 17 00:00:00 2001 From: vasiljevic Date: Fri, 14 Oct 2005 17:34:20 +0000 Subject: Fixed bad definition of CRTEXPORT which should have been CRTIMPORT rather. --- generic/tcl.h | 4 ++-- 1 file 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 -- cgit v0.12