Message-ID: <2E7D0CF4-F5EA-11D7-A217-000A959F327E@math.uni-augsburg.de>
Date: 2003-10-03T23:39:56Z
From: Simon Urbanek
Subject: latest beta + MinGW 3.1.0-1 = minor fix needed
In-Reply-To: <3F7DB32F.4030701@statistik.uni-dortmund.de>
On Friday, October 3, 2003, at 07:34 PM, Uwe Ligges wrote:
> Some thoughts:
> The first suggested fix seems to be forbidden during code freeze
> (might break other platforms, doesn't it?), the second one puts one
> more OS dependence into the sources.
The neither fix affects any platform except for Win32 - and that's the
one we're fixing ;) - it's inside #ifdef Win32 - so I hope no other
platform sets that define ;). On Win32 gcc int = long so in fact
nothing should change - except for the error that would go away.
Simon