[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

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 vinsc...@redhat.com: Hi, the below patch adds a bit of file and file system releated stuff to winternl.h. This is quite useful

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 ktiet...@googlemail.com 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

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 ktiet...@googlemail.com 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,

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: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 included

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

2012-10-11 Thread Kai Tietz
2012/10/11 Corinna Vinschen vinsc...@redhat.com: 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.

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 vinsc...@redhat.com: 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 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 vinsc...@redhat.com: On Oct 11 18:39, Rainer Emrich wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch causes an issue