From 8180cd806f160613962363dd2645221b50e868f4 Mon Sep 17 00:00:00 2001 From: hobbs Date: Sat, 19 Oct 2002 02:10:20 +0000 Subject: * win/tkWinPort.h: define OPEN_MAX only if not defined. [Patch #625472] (howell) --- win/tkWinPort.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/win/tkWinPort.h b/win/tkWinPort.h index 192ed84..4eaec99 100644 --- a/win/tkWinPort.h +++ b/win/tkWinPort.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: tkWinPort.h,v 1.8 2002/09/27 00:48:06 hobbs Exp $ + * RCS: @(#) $Id: tkWinPort.h,v 1.9 2002/10/19 02:10:20 hobbs Exp $ */ #ifndef _WINPORT @@ -59,7 +59,9 @@ #define NBBY 8 +#ifndef OPEN_MAX #define OPEN_MAX 32 +#endif /* * The following define causes Tk to use its internal keysym hash table -- cgit v0.12