Detlef Riekenberg wrote:
> static HRESULT WINAPI DEVENUM_IMediaCatMoniker_BindToStorage(IMoniker
> *iface, IBindCtx *pbc,
> IMoniker *pmkToLeft, REFIID riid, void **ppvObj)
> {
> +static IBindCtx *old_bc;
> MediaCatMoniker *This = impl_from_IMoniker(iface);
>
> TRACE("
Howdy,
I tried Wine with LLVM/Clang from svn recently, thought others may
like some of the results. I've also ran the static analyzer.
For reference, this is with:
wine-1.5.4-61-g8327e6f, plus the following patch:
diff --git a/include/windef.h b/include/windef.h
index 9cf98e7..e95388a 100644
---
On 5/15/2012 21:59, Daniel Jelinski wrote:
Are there any tests I could use as a base?
Of course, all tests we have are in comctl32/tests/treeview.c . Some
messaging tests are also present there.
2012/5/15 Nikolay Sivov:
On 5/15/2012 21:30, Daniel Jelinski wrote:
Patch dropped out of the pend
Are there any tests I could use as a base?
2012/5/15 Nikolay Sivov :
> On 5/15/2012 21:30, Daniel Jelinski wrote:
>>
>> Patch dropped out of the pending list, resending.
>
> Please add a test for this fix.
>
On 5/15/2012 21:30, Daniel Jelinski wrote:
Patch dropped out of the pending list, resending.
Please add a test for this fix.
Andrew Eikum wrote:
> +static LONG f_to_24(float value)
> +{
> if(value <= -1.f)
> +return 0x8000;
> +if(value >= 1.f * 0x7F / 0x80)
> +return 0x7F00;
> +return lrintf(value * 0x8000U);
> }
...
> +static inline LONG f_to_32(float value)
> +{
> +
Andrew Eikum wrote:
> -
> - TRACE("Mixed at least %d from all buffers\n", minlen);
> - return minlen;
Hi. You have removed the message that could say "Mixed at least 0 from
all buffers" (as seen, e.g., for Armored Fist 3 and sometimes even for
foobar2000). What was the reason for that "0"
Piotr Caban writes:
> This patch serie is based on Andrew Eikum's and Rein Klazes's work.
> ---
> dlls/user32/menu.c | 94
>
> 1 files changed, 87 insertions(+), 7 deletions(-)
It doesn't work here:
../../../tools/runtest -q -P wine -M use
Am Montag, 14. Mai 2012, 18:45:01 schrieb paulo lesgaz:
> But I can write a small test. Would writing a test attaching an offscreen
surface to another offscreen surface be enough to convince you of the
correctness of the change?
I recommend to port the entire AttachmentTest from dlls/ddraw/tests/
On Tue, May 15, 2012 at 12:33:25PM +0600, Alexander E. Patrakov wrote:
> Andrew Eikum wrote:
> > -
> > - TRACE("Mixed at least %d from all buffers\n", minlen);
> > - return minlen;
>
> Hi. You have removed the message that could say "Mixed at least 0 from
> all buffers" (as seen, e.g., for Arm
10 matches
Mail list logo