summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2002-03-22 23:37:38 (GMT)
committerhobbs <hobbs@noemail.net>2002-03-22 23:37:38 (GMT)
commit6fb979c4e7984a453118ea2de5c5297fa7854a0b (patch)
tree1c1b0f4ba98537be65826d1b365339c9ee56c05e /win/tclWinInt.h
parent9759b7e6bd0b9c8c9284f8c73ebb970bd509e5a2 (diff)
downloadtcl-6fb979c4e7984a453118ea2de5c5297fa7854a0b.zip
tcl-6fb979c4e7984a453118ea2de5c5297fa7854a0b.tar.gz
tcl-6fb979c4e7984a453118ea2de5c5297fa7854a0b.tar.bz2
win/tclWinInt.h: moved undef of TCL_STORAGE_CLASS. [Bug #478579]
FossilOrigin-Name: a0b1d4dafff20f5850f2d429ddbaf0f041b1fd7e
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r--win/tclWinInt.h6
1 files changed, 3 insertions, 3 deletions
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 */