[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSProxy.m: Tiny compile problem on windows
From: |
Richard Frith-Macdonald |
Subject: |
Re: NSProxy.m: Tiny compile problem on windows |
Date: |
Fri, 1 Aug 2003 10:42:37 +0100 |
On Friday, August 1, 2003, at 09:11 AM, Roland Schwingel wrote:
Hi...
When trying to compile 1.7.2 on windows I can't get NSProxy.m
compiled, because it cannot find UINT_MAX definition. I had to add
these to NSProxy.m to the include section to get it compiled... Maybe
NSProxy.m should be changed that way...
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
Thanks ... I'll fix that.