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

2013-12-29 Thread Ozkan Sezer
On Mon, Dec 30, 2013 at 1:14 AM, Lars Munch wrote: > 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://doxyg

Re: [Mingw-w64-public] win-builds & config options

2013-12-29 Thread jdhenman
wynfield wrote: > > The following error occurs when runing msys-install.sh > md5sum 57efcca7eedbec35dd2496d3aa23193e *msys-install.sh > >$ ./msys-install.shmsys-install.sh i686 > ... > Installing x264-20131101-1-i686-w64-mingw32.txz... DONE > Installing xz-5.0.5-1-i686-w64-mingw32.txz...

Re: [Mingw-w64-public] win-builds & config options

2013-12-29 Thread wynfield
Adrien Nader wrote: > You need to download the bundle: > http://win-builds.org/1.3-rc1/win-builds-bundle-1.3-rc1.zip > and overwrite two of its files with these ones: > http://notk.org/~adrien/win-builds-cygwin/msys-install.sh > http://notk.org/~adrien/win-builds-cygwin/win-builds-switch.sh

[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