← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH 3/8] Use PATH to search for shared libraries on Windows

 

Hi,

On 01.03.2016 16:58, jp charras wrote:

> I do no see what issue patch 1 fixes.

That is one half of the things I did -- the Windows API offers
InterlockedIncrement and InterlockedDecrement only for unsigned types,
while gcc's intrinsic is overloaded, so I had to change that in a common
header anyway, and it doesn't make much sense to use a signed value
here, so I split that from the platform specific parts.

With C++11, it may make more sense to use std::atomic to be fully portable.

   Simon

Attachment: signature.asc
Description: OpenPGP digital signature


References