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
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
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
"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
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=/
"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