On 1/10/14, Lars Munch wrote:
> According to http://msdn.microsoft.com/en-us/library/ff558679(VS.85).aspx
> the
> ObjectType parameter should be written as *SomeObjectType, hence the extern
> object types should be POBJECT_TYPE pointers in order to be compatible with
> the
> MS DDK.
>
> Add missin
According to http://msdn.microsoft.com/en-us/library/ff558679(VS.85).aspx the
ObjectType parameter should be written as *SomeObjectType, hence the extern
object types should be POBJECT_TYPE pointers in order to be compatible with the
MS DDK.
Add missing TmXYZ object types as well, these are alread
On 1/10/2014 22:49, Michael Cronenworth wrote:
> Michael Cronenworth wrote:
>> I noticed that localtime_r()/gmtime_r()/ctime_r() are present in winpthreads
>> when
>> they were not in the old-pthreads implementation. These routines are already
>> available through time.h. Why are they also present
Michael Cronenworth wrote:
> I noticed that localtime_r()/gmtime_r()/ctime_r() are present in winpthreads
> when
> they were not in the old-pthreads implementation. These routines are already
> available through time.h. Why are they also present in pthread.h?
I realize this is a trivial complaint
On Fri, Jan 10, 2014 at 11:46 AM, Ruben Van Boxem
wrote:
> 2014/1/10 JonY
>
>> On 1/10/2014 17:21, Ruben Van Boxem wrote:
>> > Hi,
>> >
>> > I'm attempting to build GCC with the following triplets:
>> > checking build system type... x86_64-unknown-linux-gnu
>> > checking host system type... i686-
On 1/10/2014 18:46, Ruben Van Boxem wrote:
> 2014/1/10 JonY
>
>> On 1/10/2014 17:21, Ruben Van Boxem wrote:
>>> Hi,
>>>
>>> I'm attempting to build GCC with the following triplets:
>>> checking build system type... x86_64-unknown-linux-gnu
>>> checking host system type... i686-unknown-linux-gnu
>
2014/1/10 JonY
> On 1/10/2014 17:21, Ruben Van Boxem wrote:
> > Hi,
> >
> > I'm attempting to build GCC with the following triplets:
> > checking build system type... x86_64-unknown-linux-gnu
> > checking host system type... i686-unknown-linux-gnu
> > checking target system type... i686-w64-mingw
On 1/10/2014 17:21, Ruben Van Boxem wrote:
> Hi,
>
> I'm attempting to build GCC with the following triplets:
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... i686-unknown-linux-gnu
> checking target system type... i686-w64-mingw32
>
Above is OK.
> I confi