Re: [Mingw-w64-public] Contributing a package

2015-05-25 Thread JonY
On 5/24/2015 20:19, Pavel Fedin wrote: > Hello! > > I am currently building libvirt (http://libvirt.org/) for 64-bit Windows. > The ultimate > goal is to get virt-manager (https://virt-manager.org/) running. > Building libvirt requires Sun (now ONC) RPC headers and RPC code generator. > Since

[Mingw-w64-public] [PATCH] Add some missing IMAGE_DLLCHARACTERISTICS_* constants

2015-05-25 Thread İsmail Dönmez
Hi, . Noticed while trying to compile the application from http://blogs.msdn.com/b/oldnewthing/archive/2015/05/18/10615339.aspx . Patch attached. Thanks, ismail dll_character.patch Description: Binary data -- One dashb

Re: [Mingw-w64-public] [PATCH] Install *.c files as headers as well.

2015-05-25 Thread Jacek Caban
Ping. Is it ok to commit? On 05/22/15 16:28, Jacek Caban wrote: > I lately added msinkaut_i.c to includes (like MS does), but it's not > installed by build system. The attached patch fixed that. > > --- > mingw-w64-headers/Makefile.am | 1 + > mingw-w64-headers/configure.ac | 2 +- > 2 files cha