Re: [Mingw-w64-public] [patch] winternl.h: Add file and filesystem related functionality

2012-10-11 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 11.10.2012 19:34, schrieb Corinna Vinschen: > On Oct 11 19:23, Kai Tietz wrote: >> 2012/10/11 Corinna Vinschen : >>> On Oct 11 18:39, Rainer Emrich wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch causes an issue compi

Re: [Mingw-w64-public] [patch] winternl.h: Add file and filesystem related functionality

2012-10-11 Thread Corinna Vinschen
On Oct 11 19:23, Kai Tietz wrote: > 2012/10/11 Corinna Vinschen : > > On Oct 11 18:39, Rainer Emrich wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> This patch causes an issue compiling winpthreads! > >> [...] > >> D:/x86_64-w64-trunk/mingw/include/winternl.h:513:5: error:

Re: [Mingw-w64-public] [patch] winternl.h: Add file and filesystem related functionality

2012-10-11 Thread Kai Tietz
2012/10/11 Corinna Vinschen : > On Oct 11 18:39, Rainer Emrich wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> This patch causes an issue compiling winpthreads! >> [...] >> D:/x86_64-w64-trunk/mingw/include/winternl.h:513:5: error: unknown type name >> 'DEVICE_TYPE' > > Sorry. I d

Re: [Mingw-w64-public] [patch] winternl.h: Add file and filesystem related functionality

2012-10-11 Thread Corinna Vinschen
On Oct 11 18:39, Rainer Emrich wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > This patch causes an issue compiling winpthreads! > [...] > D:/x86_64-w64-trunk/mingw/include/winternl.h:513:5: error: unknown type name > 'DEVICE_TYPE' Sorry. I didn't see this because winioctl.h was inc

Re: [Mingw-w64-public] [patch] winternl.h: Add file and filesystem related functionality

2012-10-11 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch causes an issue compiling winpthreads! /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. - -I/opt/devel/gnu/src/gcc-mingw-w64/winpthreads - -I/opt/devel/gnu/src/gcc-mingw-w64/winpthreads/include -DIN_WINPTHREAD -Wall - -

Re: [Mingw-w64-public] [patch] winternl.h: Add file and filesystem related functionality

2012-10-11 Thread Corinna Vinschen
On Oct 11 18:10, Ozkan Sezer wrote: > On 10/11/12, Kai Tietz wrote: > > Hi Corinna, > > > > patch is ok. Well, I am not opposed to replace WINAPI here in that > > header by NTAPI. Ozkan, any objections? > > > > NTAPI in winternl.h would be suitable, yes. That's OK by me. > > > Thanks, > > Kai

Re: [Mingw-w64-public] [patch] winternl.h: Add file and filesystem related functionality

2012-10-11 Thread Ozkan Sezer
On 10/11/12, Kai Tietz wrote: > Hi Corinna, > > patch is ok. Well, I am not opposed to replace WINAPI here in that > header by NTAPI. Ozkan, any objections? > NTAPI in winternl.h would be suitable, yes. That's OK by me. > Thanks, > Kai > > > 2012/10/11 Corinna Vinschen : >> Hi, >> >> the belo

Re: [Mingw-w64-public] [patch] winternl.h: Add file and filesystem related functionality

2012-10-11 Thread Kai Tietz
Hi Corinna, patch is ok. Well, I am not opposed to replace WINAPI here in that header by NTAPI. Ozkan, any objections? Thanks, Kai 2012/10/11 Corinna Vinschen : > Hi, > > the below patch adds a bit of file and file system releated stuff > to winternl.h. This is quite useful functionality and

[Mingw-w64-public] [patch] winternl.h: Add file and filesystem related functionality

2012-10-11 Thread Corinna Vinschen
Hi, the below patch adds a bit of file and file system releated stuff to winternl.h. This is quite useful functionality and used by a few Cygwin tools I'd like to keep compilable when we switch to mingw64 headers. Ok to apply? Btw., most function declarations in winternl.h use the WINAPI decora

Re: [Mingw-w64-public] Call for volunteers to test vswprintf patch for GCC

2012-10-11 Thread JonY
On 10/3/2012 21:38, JonY wrote: > Hi all, > > This patch (vswprintf.txt) attempts to fix vsnwprintf for libstdc++ > to_string. The next patch (OS.txt) is to disable the workaround in GCC. > > Both patches are for trunk mingw-w64 and GCC. > > Due to lack of time, I did a minimal amount of testing