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

2016-03-01 Thread Simon Richter
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

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

2016-03-01 Thread jp charras
Le 26/02/2016 22:18, Simon Richter a écrit : > > This is appropriate for all Windows targets, not just MSYS. > --- > include/kiway.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > I committed patches 2 and 3. Thanks. PS: I do no see what issue patch 1 fixes. -- Jean-Pierre

[Kicad-developers] [PATCH 3/8] Use PATH to search for shared libraries on Windows

2016-02-26 Thread Simon Richter
This is appropriate for all Windows targets, not just MSYS. --- include/kiway.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/kiway.h b/include/kiway.h index 406ab91..347c0bb 100644 --- a/include/kiway.h +++ b/include/kiway.h @@ -118,8 +118,10 @@ as such! As