Re: [Mingw-w64-public] [Patch] Updates for winbase.h

2013-07-22 Thread Jacek Caban
On 07/22/13 03:48, dw wrote: > This patch has nothing to do with boost, and makes no changes to > inline asm. Just some simple header changes. > > This patch: > > - Allows winbase.h to use inline intrinsics whether winnt.h is also > included or not. > - Brings x86 versions of InterlockedAnd64 et a

[Mingw-w64-public] [Patch] Updates for winbase.h

2013-07-21 Thread dw
This patch has nothing to do with boost, and makes no changes to inline asm. Just some simple header changes. This patch: - Allows winbase.h to use inline intrinsics whether winnt.h is also included or not. - Brings x86 versions of InterlockedAnd64 et al into alignment with MS. - Adds the #i