Re: [Mingw-w64-public] [PATCH] Add wmilib for use with DDK

2014-01-19 Thread Lars Munch
On Sun, Jan 19, 2014 at 2:35 AM, JonY wrote: > On 1/18/2014 22:13, Lars Munch wrote: > > This patch never got applied. Could someone please apply? > > > > Thanks > > Lars > > > > Done with trunk r6444. > > Thanks, you missed one file from the

Re: [Mingw-w64-public] [PATCH] Add wmilib for use with DDK

2014-01-18 Thread Lars Munch
This patch never got applied. Could someone please apply? Thanks Lars On Mon, Dec 30, 2013 at 9:54 AM, Kai Tietz wrote: > Patch is ok for trunk. > > Thanks, > Kai > > 2013/12/30 Lars Munch : > > This patch adds wmilib for use with the DDK wmilib.h header. The .def >

[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] Building GCC with crazy host-build-target

2014-01-10 Thread Lars Munch
a Canadian Cross > compiler with the multilib's alternative host (see above)? I'd like to not > have to install a 32-bit linux OS when my GCC can very will build 32-bit > binaries. > > Thanks! > > Ruben > > Hi I re

[Mingw-w64-public] [PATCH] Fix missing _DISK_GEOMETRY_EX in DDK

2013-12-29 Thread Lars Munch
When using the DDK for vista or above the following warning occurs. /include/ddk/ntddk.h:4151:13: warning: 'struct _DISK_GEOMETRY_EX' declared inside parameter list This patch simply defines _DISK_GEOMETRY_EX similar to: http://doxygen.reactos.org/d2/d49/ntddk_8h_source.html --- mingw-w64-header

[Mingw-w64-public] [PATCH] Add wmilib for use with DDK

2013-12-29 Thread Lars Munch
This patch adds wmilib for use with the DDK wmilib.h header. The .def files where generated by running gendef on wmilib.sys from Windows 7, but wmilib.sys has been there since Win2k. --- mingw-w64-crt/Makefile.am | 3 ++- mingw-w64-crt/Makefile.in | 6 -- mingw-w64-crt/lib32/Make