summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-11-03 21:07:01 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-11-03 21:07:01 (GMT)
commit22322d2b0b5ed1a692657f42a3f541b3f94fd670 (patch)
tree091b7b5da60ac86e01e7f859773f6d9239722a26 /win
parent02c5ff7844d0d8521199bf3a034d75716282d516 (diff)
downloadtcl-22322d2b0b5ed1a692657f42a3f541b3f94fd670.zip
tcl-22322d2b0b5ed1a692657f42a3f541b3f94fd670.tar.gz
tcl-22322d2b0b5ed1a692657f42a3f541b3f94fd670.tar.bz2
* generic/tcl.h: Moved the preprocessor logic
* generic/tclDecls.h: from tclInt.h of setting the * generic/tclInt.h: TCL_STORAGE_CLASS macro to the * generic/tclIntDecls.h: tcl*Decls.h files now that no * generic/tclIntPlatDecls.h: use of EXTERN is left in tclInt.h. * generic/tclPlatDecls.h: Proto for Tcl_Main moved in tcl.h * win/tclWinPort.h: to prior the inclusion of the Stubs headers as they are now resetting TCL_STORAGE_CLASS. Removed extrainious reset from tclWinPort.h. [Patch 1055668] FossilOrigin-Name: b7eb0a41dab9247f31402e2cf418bb0762e9e116
Diffstat (limited to 'win')
-rw-r--r--win/tclWinPort.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h
index 1c3318a..ac82929 100644
--- a/win/tclWinPort.h
+++ b/win/tclWinPort.h
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinPort.h,v 1.42 2004/11/03 00:26:59 davygrvy Exp $
+ * RCS: @(#) $Id: tclWinPort.h,v 1.43 2004/11/03 21:07:01 davygrvy Exp $
*/
#ifndef _TCLWINPORT
@@ -531,7 +531,4 @@ MODULE_SCOPE Tcl_WideUInt strtoull _ANSI_ARGS_((CONST char *string,
#define INVALID_SET_FILE_POINTER 0xFFFFFFFF
#endif /* INVALID_SET_FILE_POINTER */
-#undef TCL_STORAGE_CLASS
-#define TCL_STORAGE_CLASS DLLIMPORT
-
#endif /* _TCLWINPORT */