Re: dlls/rpcrt4: fixed dead increments (llvm/clang)

2008-11-19 Thread Michael Stefaniuc
Rob Shearman wrote: > 2008/11/18 ricardo filipe <[EMAIL PROTECTED]>: >> diff --git a/dlls/rpcrt4/rpc_transport.c b/dlls/rpcrt4/rpc_transport.c >> index 3d66740..815ed64 100644 >> --- a/dlls/rpcrt4/rpc_transport.c >> +++ b/dlls/rpcrt4/rpc_transport.c >> @@ -479,7 +479,6 @@ static size_t rpcrt4_ncacn

Re: dlls/rpcrt4: fixed dead increments (llvm/clang)

2008-11-19 Thread Rob Shearman
2008/11/18 ricardo filipe <[EMAIL PROTECTED]>: > diff --git a/dlls/rpcrt4/rpc_transport.c b/dlls/rpcrt4/rpc_transport.c > index 3d66740..815ed64 100644 > --- a/dlls/rpcrt4/rpc_transport.c > +++ b/dlls/rpcrt4/rpc_transport.c > @@ -479,7 +479,6 @@ static size_t rpcrt4_ncacn_np_get_top_of_tower(unsign

Re: dlls/ole32: fixed dead assignments (llvm/clang)

2008-11-19 Thread Rob Shearman
2008/11/18 ricardo filipe <[EMAIL PROTECTED]>: > @@ -1951,6 +1951,12 @@ HRESULT WINAPI CoRegisterClassObject( > newClass->pMarshaledData, > flags & > (REGCLS_MULTIPLEUSE|REGCLS_MULTI_SEPARATE), > &ne

Re: Regarding ./configure file

2008-11-19 Thread Massimo Del Fedele
I've looked into configure and configure.ac and I've seen that configure is quite more recent than configure.ac and it seems to have been changed manually. Am I wrong ? Max Stefan Dösinger ha scritto: > Don't modify ./configure directly, edit configure.ac instead. The > autoconf documenta

Re: spec file syntax for VARIANT parameter

2008-11-19 Thread Marcus Meissner
On Wed, Nov 19, 2008 at 01:11:05PM -0800, Jeremy Drake wrote: > In order to implement OleLoadPictureFile and OleLoadPictureFileEx, it will > be necessary to change their entries in oleaut32.spec from stub to > stdcall. The stdcall syntax wants a list of parameter types, which puts > these function

spec file syntax for VARIANT parameter

2008-11-19 Thread Jeremy Drake
In order to implement OleLoadPictureFile and OleLoadPictureFileEx, it will be necessary to change their entries in oleaut32.spec from stub to stdcall. The stdcall syntax wants a list of parameter types, which puts these functions in an unususal situation: they take a VARIANT (which is a struct, in

RE: Regarding ./configure file

2008-11-19 Thread Stefan Dösinger
Don't modify ./configure directly, edit configure.ac instead. The autoconf documentation describes how this file works. configure is then created from configure.ac by running "autoconf" From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of shanmukha sainath addepalli Sent: Tuesday,

Re: dlls/msxml3: check some dead store results (llvm/clang)

2008-11-19 Thread Paul Vriens
ricardo filipe wrote: > only return value checking in this patch. > > _ > Confira vídeos com notícias do NY Times, gols direto do Lance, > videocassetadas e muito mais no MSN Video! > http://video.msn.com/?mkt=pt-br > > > -

Re: dlls/oleaut32: add tests for OleLoadPictureFile(Ex)

2008-11-19 Thread Jeremy Drake
On Tue, 18 Nov 2008, Michael Karcher wrote: > Looks OK to me, but what happened to your finding about > INET_E_RESOURCE_NOT_FOUND? Was it a red herring? I saw that on XP, but I couldn't reproduce it on Windows 2000. I need to investigate this further. Is there a mechansim to do windows-version-

Regarding ./configure file

2008-11-19 Thread shanmukha sainath addepalli
Sir/Madam, I need to add few functions related to libwnck. It requires some header files to be included. I included them in wine source code. But when compiled it says header files not found. I haven't updated configure file. How can i update it? please tell me what r the changes that i need to ma

RE: netapi32: Actually return a couple of return values.

2008-11-19 Thread ricardo filipe
it seems you two fixed the same, juan sent a patch in a previous wine-devel email. you might want to check that because you two have different solutions for the first problem, line 415. > From: [EMAIL PROTECTED] > Date: Wed, 19 Nov 2008 12:41:50 +0100 > Subject: netapi32: Actually return a coup

Re: Fedora 9 and MingW

2008-11-19 Thread Hans Leidekker
On Tuesday 18 November 2008 22:48:11 Paul Vriens wrote: > https://fcp.surfsite.org/modules/newbb/viewtopic.php?topic_id=61801&forum=11 > > I've installed these rpm's but the executables use a different naming > convention: i686-pc-mingw32* instead of what we check for: i686-mingw32*. > > Should

Re: dead stores in netapi32

2008-11-19 Thread Kai Blin
On Wednesday 19 November 2008 00:10:52 Juan Lang wrote: > > Does that netbios code actually work? IIRC you need to bind to port 137 > > to do netbios requests. > > That's not strictly true, you can be a client without binding to port > 137. You just can't advertise any services. I haven't tried i