Re: shell32: stub ShellHookProc for the Aion launcher
> Doesn't CALLBACK signify cdecl, not stdcall? Nope, it's stdcall. --Juan
Re: shell32: stub ShellHookProc for the Aion launcher
On Thursday 24 September 2009 11:54:33 am Aric Stewart wrote: > +@ stdcall ShellHookProc(long long long) ... > +LRESULT CALLBACK ShellHookProc(DWORD a, DWORD b, DWORD c) Doesn't CALLBACK signify cdecl, not stdcall?