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.




_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to