Re: [Mingw-w64-public] [PATCH] update DDK object types

2014-01-10 Thread Ozkan Sezer
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

[Mingw-w64-public] [PATCH] update DDK object types

2014-01-10 Thread Lars Munch
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

Re: [Mingw-w64-public] Duplication of time functions in winpthreads

2014-01-10 Thread JonY
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

Re: [Mingw-w64-public] Duplication of time functions in winpthreads

2014-01-10 Thread Michael Cronenworth
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

Re: [Mingw-w64-public] Building GCC with crazy host-build-target

2014-01-10 Thread Lars Munch
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-

Re: [Mingw-w64-public] Building GCC with crazy host-build-target

2014-01-10 Thread JonY
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 >

Re: [Mingw-w64-public] Building GCC with crazy host-build-target

2014-01-10 Thread Ruben Van Boxem
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

Re: [Mingw-w64-public] Building GCC with crazy host-build-target

2014-01-10 Thread 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-mingw32 > Above is OK. > I confi