discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSProxy.m: Tiny compile problem on windows


From: Roland Schwingel
Subject: NSProxy.m: Tiny compile problem on windows
Date: Fri, 01 Aug 2003 10:11:51 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312

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,

Roland






reply via email to

[Prev in Thread] Current Thread [Next in Thread]