diff options
author | davygrvy <davygrvy@pobox.com> | 2004-11-03 21:07:01 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-11-03 21:07:01 (GMT) |
commit | 7606fb1c7890e4b1fd4f75e29fcad7b33b7ec506 (patch) | |
tree | 091b7b5da60ac86e01e7f859773f6d9239722a26 /win/tclWinPort.h | |
parent | 34fde51726822ae684d2636d8e6b6b56744582cb (diff) | |
download | tcl-7606fb1c7890e4b1fd4f75e29fcad7b33b7ec506.zip tcl-7606fb1c7890e4b1fd4f75e29fcad7b33b7ec506.tar.gz tcl-7606fb1c7890e4b1fd4f75e29fcad7b33b7ec506.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]
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r-- | win/tclWinPort.h | 5 |
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 */ |