[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-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-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

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 ktiet...@googlemail.com wrote: Patch is ok for trunk. Thanks, Kai 2013/12/30 Lars Munch l...@segv.dk: This patch adds wmilib for use with the DDK wmilib.h header. The .def

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 jo...@users.sourceforge.net 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 patch though: mingw-w64-crt/lib64