[Mingw-w64-public] [patch] winbase.h: Use documented type in calls to Interlocked functions

2012-07-16 Thread Corinna Vinschen
Hi, as discussed on IRC, I propose the below patch. It changes the calls of the Interlocked functions from the C++ Interlocked inline functions defined at the end of winbase.h to use the system types just as these functions are defined. Ok to apply? Thanks, Corinna

Re: [Mingw-w64-public] [patch] winbase.h: Use documented type in calls to Interlocked functions

2012-07-16 Thread Corinna Vinschen
[New and improved: This time with attachement!] On Jul 16 18:58, Corinna Vinschen wrote: Hi, as discussed on IRC, I propose the below patch. It changes the calls of the Interlocked functions from the C++ Interlocked inline functions defined at the end of winbase.h to use the system types

Re: [Mingw-w64-public] [patch] winbase.h: Use documented type in calls to Interlocked functions

2012-07-16 Thread Kai Tietz
Hello Corinna, patch looks ok for me. I assume Jacek has no objections, so please go ahead. Thanks, Kai -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

Re: [Mingw-w64-public] [patch] winbase.h: Use documented type in calls to Interlocked functions

2012-07-16 Thread Ozkan Sezer
On 7/16/12, Corinna Vinschen vinsc...@redhat.com wrote: [New and improved: This time with attachement!] On Jul 16 18:58, Corinna Vinschen wrote: Hi, as discussed on IRC, I propose the below patch. It changes the calls of the Interlocked functions from the C++ Interlocked inline functions

Re: [Mingw-w64-public] [patch] winbase.h: Use documented type in calls to Interlocked functions

2012-07-16 Thread Corinna Vinschen
On Jul 16 20:44, Ozkan Sezer wrote: On 7/16/12, Corinna Vinschen vinsc...@redhat.com wrote: [New and improved: This time with attachement!] On Jul 16 18:58, Corinna Vinschen wrote: Hi, as discussed on IRC, I propose the below patch. It changes the calls of the Interlocked functions