diff options
| author | hobbs <hobbs> | 2002-03-22 23:37:39 (GMT) |
|---|---|---|
| committer | hobbs <hobbs> | 2002-03-22 23:37:39 (GMT) |
| commit | 6536c3b81ce7d6fabac52c4cae2eee6b538fcb75 (patch) | |
| tree | 1c1b0f4ba98537be65826d1b365339c9ee56c05e | |
| parent | 65546968992d3256a0d330786c404637e0416cb5 (diff) | |
| download | tcl-6536c3b81ce7d6fabac52c4cae2eee6b538fcb75.zip tcl-6536c3b81ce7d6fabac52c4cae2eee6b538fcb75.tar.gz tcl-6536c3b81ce7d6fabac52c4cae2eee6b538fcb75.tar.bz2 | |
win/tclWinInt.h: moved undef of TCL_STORAGE_CLASS. [Bug #478579]
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | win/tclWinInt.h | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2002-03-22 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tclWinInt.h: moved undef of TCL_STORAGE_CLASS. [Bug #478579] + 2002-03-22 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclBasic.c (Tcl_EvalObjEx): diff --git a/win/tclWinInt.h b/win/tclWinInt.h index 199942f..3ed0143 100644 --- a/win/tclWinInt.h +++ b/win/tclWinInt.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinInt.h,v 1.12 2001/10/29 15:02:44 vincentdarley Exp $ + * RCS: @(#) $Id: tclWinInt.h,v 1.13 2002/03/22 23:37:39 hobbs Exp $ */ #ifndef _TCLWININT @@ -103,9 +103,9 @@ EXTERN TclWinProcs *tclWinProcs; EXTERN void TclWinInit(HINSTANCE hInst); +#include "tclIntPlatDecls.h" + # undef TCL_STORAGE_CLASS # define TCL_STORAGE_CLASS DLLIMPORT -#include "tclIntPlatDecls.h" - #endif /* _TCLWININT */ |
