Re: [PATCH] Remove potential reference count races

2012-10-27 Thread Nikolay Sivov
On 10/28/2012 04:59, m...@mtew.isa-geek.net wrote: From: Max TenEyck Woodbury --- dlls/shlwapi/thread.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/shlwapi/thread.c b/dlls/shlwapi/thread.c index eb2c35d..43e0433 100644 --- a/dlls/shlwapi/thread.c +++ b/dl

Re: [PATCH] Remove potential reference count races

2012-10-27 Thread Nikolay Sivov
On 10/28/2012 04:59, m...@mtew.isa-geek.net wrote: From: Max TenEyck Woodbury --- dlls/jscript/engine.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Take a look at http://source.winehq.org/git/wine.git/commit/79a30a4e0ae3a7ef640fa38e3a9f77e1e73cc576

Re: [PATCH] Potential reference count races

2012-10-27 Thread Nikolay Sivov
On 10/28/2012 04:59, m...@mtew.isa-geek.net wrote: From: Max TenEyck Woodbury I have been looking at the Microsoft COM and related documentations and noticed that they emphatically recomend using the Interlocked... functions when manipulating reference counts. I managed to set up a search that

Re: [PATCH] Remove potential reference count races.

2012-10-27 Thread Nikolay Sivov
On 10/28/2012 04:59, m...@mtew.isa-geek.net wrote: From: Max TenEyck Woodbury --- dlls/gdi32/freetype.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c index 6af977c..3379c6e 100644 --- a/dlls/gdi32/freetype.c +++ b/dl

Re: [PATCH] wininet: TLS fallback mechanism (take2)

2012-10-27 Thread Hiroshi Miura
Hi, My updated patch which is Message-ID: <5089bda7.3040...@linux.com> is not properly treated in http://source.winehq.org/patches http://source.winehq.org/patches/data/91337 New one is removed, and the one that make compile error in older openssl is tagged as new. Hiroshi Miura wrote: > Ope