Hey,
So, is there some fixes that has been pushed in svn about that limits.h
problem ?
Vincent Torri
--
Download IntelĀ® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactiv
> On Sat, 13 Mar 2010, Danny Backx wrote:
>
> > On Tue, 2010-03-09 at 01:41 -0500, Pavel Pavlov wrote:
> >> For some reason in cegcc sdk some functions ifdefed this way:
> >>
> >> #if (_WIN32_WINNT >= 0x0501)
> >> void WSAAPI freeaddrinfo (struct addrinfo*);
> >> int WSAAPI getaddrinfo (const char
On Sat, 13 Mar 2010, Danny Backx wrote:
> On Tue, 2010-03-09 at 01:41 -0500, Pavel Pavlov wrote:
>> For some reason in cegcc sdk some functions ifdefed this way:
>>
>> #if (_WIN32_WINNT >= 0x0501)
>> void WSAAPI freeaddrinfo (struct addrinfo*);
>> int WSAAPI getaddrinfo (const char*,const char*,
On Tue, 2010-03-09 at 01:41 -0500, Pavel Pavlov wrote:
> For some reason in cegcc sdk some functions ifdefed this way:
>
> #if (_WIN32_WINNT >= 0x0501)
> void WSAAPI freeaddrinfo (struct addrinfo*);
> int WSAAPI getaddrinfo (const char*,const char*,const struct addrinfo*,
> s
On Wed, 2010-03-10 at 21:15 +0100, Danny Backx wrote:
> Meaning, I think, that it does indeed crash in that statement. The
> double "ldr r3, [r3]" seems odd. Even more odd is that the code in
> a/t.dll.objdump is different : it looks exactly the same except only one
> of these "ldr r3, [r3]" instru