diff options
Diffstat (limited to 'generic/tclPort.h')
| -rw-r--r-- | generic/tclPort.h | 9 | 
1 files changed, 3 insertions, 6 deletions
| diff --git a/generic/tclPort.h b/generic/tclPort.h index ad98823..12a60db 100644 --- a/generic/tclPort.h +++ b/generic/tclPort.h @@ -9,8 +9,6 @@   *   * See the file "license.terms" for information on usage and redistribution   * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: tclPort.h,v 1.15 2005/05/10 18:34:47 kennykb Exp $   */  #ifndef _TCLPORT @@ -19,13 +17,12 @@  #ifdef HAVE_TCL_CONFIG_H  #include "tclConfig.h"  #endif -#include "tcl.h" - -#if defined(__WIN32__) -#   include "../win/tclWinPort.h" +#if defined(_WIN32) +#   include "tclWinPort.h"  #else  #   include "tclUnixPort.h"  #endif +#include "tcl.h"  #if !defined(LLONG_MIN)  #   ifdef TCL_WIDE_INT_IS_LONG | 
