From cea1e11d92ee9e3efc79d5a9c26d7a516907eddc Mon Sep 17 00:00:00 2001 From: hobbs Date: Mon, 15 Oct 2001 17:34:35 +0000 Subject: * generic/tcl.h: moved #define of WIN32 to tcl.h where __WIN32__ is defined and added #ifndef check. --- generic/tcl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/generic/tcl.h b/generic/tcl.h index c2a4dcb..cb5c9d5 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.103 2001/09/28 01:21:53 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.104 2001/10/15 17:34:35 hobbs Exp $ */ #ifndef _TCL @@ -74,6 +74,9 @@ extern "C" { # if defined(_WIN32) || defined(WIN32) || \ defined(__CYGWIN__) || defined(__MINGW32__) || defined(__BORLANDC__) # define __WIN32__ +# ifndef WIN32 +# define WIN32 +# endif # endif #endif -- cgit v0.12