Re: [Mingw-w64-public] [PATCH 1/2] kernel32.def: Export PrefetchVirtualMemory on non-ARM platforms

2015-08-25 Thread Corinna Vinschen
On Aug 25 14:54, Jacek Caban wrote: The patch looks good to me. Thanks, Jacek Commited. Thanks, Corinna pgpZ05TR9Rmqf.pgp Description: PGP signature -- ___

[Mingw-w64-public] [PATCH 2/2] lib32/kernel32.def: Fix PowerSetRequest copy/paste

2015-08-25 Thread Corinna Vinschen
The definition of PowerSetRequest is missing in lib32/kernel32.def, while there's a PostQueuedCompletionStatus in its place. This looks like a copy/paste bug. Fixed with this patch. Signed-off-by: Corinna Vinschen vinsc...@redhat.com --- mingw-w64-crt/lib32/kernel32.def | 2 +- 1 file changed,

Re: [Mingw-w64-public] [PATCH 2/2] lib32/kernel32.def: Fix PowerSetRequest copy/paste

2015-08-25 Thread Jacek Caban
Hi Corinna, The patch looks good to me, please commit. Thanks, Jacek On 08/25/15 13:35, Corinna Vinschen wrote: The definition of PowerSetRequest is missing in lib32/kernel32.def, while there's a PostQueuedCompletionStatus in its place. This looks like a copy/paste bug. Fixed with this

Re: [Mingw-w64-public] Cross-compiling with MinGW-w64

2015-08-25 Thread Gisle Vanem
Alexandre Pereira Nunes wrote: See tdm-gcc, it works like that. I know (that's why I love TDM-gcc). But according to my: f:\MingW32\MingW-w64\bin\gcc.exe -v --help MingW-w64 could do that too: -m32 Generate 32bit i386 code -m64 Generate 64bit x86-64 code I was under the