Re: Fix various function prototypes

2004-10-17 Thread Rolf Kalbermatter
Vincent Béron wrote: >MSDN says it's void >http://msdn.microsoft.com/library/default.asp?url=/library/en- >us/shellcc/platform/shell/reference/functions/shcocreateinstance.asp > >I don't have latest PSDK. > >This will need to be investigated some more (although I'm leaning >towards HRESULT). My o

Re: Fix various function prototypes

2004-10-17 Thread Robert Shearman
Vincent Béron wrote: SHCoCreateInstance returns void, not HRESULT. Some functions had a different prototype than their declaration. Changelog: Fix various function prototypes. Some of these are wrong if we want binary compatibility with Windows 64-bit because e.g.: sizeof(unsigned long) on

Re: Fix various function prototypes

2004-10-16 Thread Vincent Béron
Le sam 16/10/2004 à 23:39, Dmitry Timoshkov a écrit : > "Vincent Béron" <[EMAIL PROTECTED]> wrote: > > > > According to Platform SDK headers SHCoCreateInstance returns HRESULT. > > > > MSDN says it's void > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/r

Re: Fix various function prototypes

2004-10-16 Thread Dmitry Timoshkov
"Vincent Béron" <[EMAIL PROTECTED]> wrote: > > According to Platform SDK headers SHCoCreateInstance returns HRESULT. > > MSDN says it's void > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shcocreateinstance.asp Hmm, MSDN Library Janua

Re: Fix various function prototypes

2004-10-16 Thread Vincent Béron
Le sam 16/10/2004 à 23:17, Dmitry Timoshkov a écrit : > "Vincent Béron" <[EMAIL PROTECTED]> wrote: > > > SHCoCreateInstance returns void, not HRESULT. > > According to Platform SDK headers SHCoCreateInstance returns HRESULT. MSDN says it's void http://msdn.microsoft.com/library/default.asp?url=/

Re: Fix various function prototypes

2004-10-16 Thread Dmitry Timoshkov
"Vincent Béron" <[EMAIL PROTECTED]> wrote: > SHCoCreateInstance returns void, not HRESULT. According to Platform SDK headers SHCoCreateInstance returns HRESULT. P.S. Do you compile Wine with _WIN64 defined on Alpha? That would be really cool to see that going, clean our headers and fix all warni