Re: [Mingw-w64-public] mingw-w64-headers/include/hidsdi.h

2011-04-14 Thread Simon Josefsson
Kai Tietz writes: > Those files you are seeing here are from Wine. We are co-operating > with Wine. For them we have special agreement on this. Nevertheless > header files with origin of mingw-w64 have in general PD/ZPL license. Btw, it seems Wine has a small hidsdi.h: http://source.winehq.org

Re: [Mingw-w64-public] mingw-w64-headers/include/hidsdi.h

2011-04-14 Thread Simon Josefsson
Kai Tietz writes: > Simon, > > thanks for your continued work on this header. But I would prefer that > you stick to the orginal license term. The issue about private > copyright here is for general headers not acceptable. > It might be nice if you could add something like this to the original >

Re: [Mingw-w64-public] mingw-w64-headers/include/hidsdi.h

2011-04-14 Thread Simon Josefsson
Kai Tietz writes: > 2011/4/10 Simon Josefsson : >> Hi! >> >> Attached is a starting point for the Windows Driver kit header file >> hidsdi.h, based on online MSDN information (I added direct links to >> function descriptions in comments, although I'

Re: [Mingw-w64-public] hidpi.h and NTSTATUS

2011-04-11 Thread Simon Josefsson
Kai Tietz writes: > I applied at revision 4135 a fix for this. I added a guard to avoid > re-type-definitions. This should be the best fix for that. I agree. Thank you! /Simon -- Xperia(TM) PLAY It's a major breakthro

[Mingw-w64-public] hidpi.h and NTSTATUS

2011-04-11 Thread Simon Josefsson
'm including a patch for 3) because, absent some other solution, it solves the immediate problem that yubikey-personalization currently has to work around. Thanks, /Simon 2011-04-11 Simon Josefsson * hidpi.h [!_NTDEF_]: Define

[Mingw-w64-public] mingw-w64-headers/include/hidsdi.h

2011-04-10 Thread Simon Josefsson
http://msdn.microsoft.com/en-us/library/ff538865%28v=VS.85%29.aspx Thanks, /Simon /* * hidsdi.h * * Public interface for USB HID user space functions. * * Contributors: * Created by Simon Josefsson * * THIS SOFTWARE IS NOT COPYRIGHTED * * This source code is offered for use in the p

[Mingw-w64-public] makebuildroot-test.mk problem with mingw/mingw-w64-headers/include/*.c

2010-09-30 Thread Simon Josefsson
Simon Josefsson writes: > I have been using the makebuildroot-test.mk script from the experimental > branch, and it works fine for me (32+64 bit GCC 4.5.1) if I do > > touch build/mingw/mingw-w64-headers/include/foo.c > > otherwise I get a failure from make that there are no

[Mingw-w64-public] Another project using MinGW-w64: GnuTLS

2010-09-30 Thread Simon Josefsson
With latest GnuTLS release I changed our Windows installer to use MinGW-w64 instead of earlier use of Debian's old MinGW packages: http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/4562 Changing compiler here solved a long-standing build problem, and the new binaries appears to work

Re: [Mingw-w64-public] another project using MinGW-w64

2010-09-28 Thread Simon Josefsson
JonY writes: > OK, link to GNU SASL added. Thanks! Oh, and my continued testing shows that both the x86 and x64 compilers work well for me. Thank you all for your great work in putting this together! /Simon -- Start

[Mingw-w64-public] another project using MinGW-w64

2010-09-27 Thread Simon Josefsson
Hi! I'm a new user of MinGW-w64 and would like to offer 'GNU SASL' with URL http://www.gnu.org/software/gsasl/ to your list of projects that is using MinGW-w64. I have been using the makebuildroot-test.mk script from the experimental branch, and it works fine for me (32+64 bit GCC 4.5.1) if I do