Re: [PATCH 3/3] advapi32/tests: Test GetTokenInformation with TokenIntegrityLevel

2012-07-29 Thread Nikolay Sivov
On 7/29/2012 02:24, Detlef Riekenberg wrote: -- By by ... Detlef --- dlls/advapi32/tests/security.c | 99 ++-- 1 files changed, 94 insertions(+), 5 deletions(-) diff --git a/dlls/advapi32/tests/security.c b/dlls/advapi32/tests/security.c index 28e43ec..93

Re: windowscodecs: Implement IWICPalette_InitializeFromPalette.

2012-07-29 Thread Vincent Povirk
> +EnterCriticalSection(&This->lock); > +This->colors = colors; > +This->count = count; > +This->type = type; > +LeaveCriticalSection(&This->lock); You're leaking the previous value of This->colors.

Re: __wine_uuidof causing a wall of "warning: returning reference to temporary" on g++

2012-07-29 Thread Jacek Caban
On 7/29/12 4:32 PM, Ilya Konstantinov wrote: Hi, I've just started porting my C++ application to Linux with Winelib. Upon first attempts to compile, I've received a wall of "warning: returning reference to temporary" on Wine's headers from g++. All of those seem to stem from guidgen.h definiti

Re: [PATCH 3/3] winemenubuilder: Implement OS X application bundles.

2012-07-29 Thread Per Johansson
24 jul 2012 kl. 17:40 skrev Per Johansson: > <0003-winemenubuilder-Implement-OS-X-application-bundles.txt> Just noticed I managed to intruduce a typo when removing associations support (the associations init function shouldn't be NULL). Please disregard this for now. Regards, -- Per Johansso

__wine_uuidof causing a wall of "warning: returning reference to temporary" on g++

2012-07-29 Thread Ilya Konstantinov
Hi, I've just started porting my C++ application to Linux with Winelib. Upon first attempts to compile, I've received a wall of "warning: returning reference to temporary" on Wine's headers from g++. All of those seem to stem from guidgen.h definition of __wine_uuidof / __CRT_UUID_DECL for C++.