Re: fusion: Use proper function pointer

2008-08-03 Thread Michael Karcher
Am Samstag, den 02.08.2008, 17:51 -0500 schrieb James Hawkins: > > -static HRESULT (WINAPI *pGetCORVersion)(LPWSTR pbuffer, DWORD cchBuffer, > > -DWORD *dwLength); > > - > > There's nothing wrong with this. We use this type of function pointer > all over th

Re: fusion: Use proper function pointer

2008-08-03 Thread Andrew Talbot
James Hawkins wrote: > On Sat, Aug 2, 2008 at 4:09 PM, Andrew Talbot > <[EMAIL PROTECTED]> wrote: >> Changelog: >>fusion: Use proper function pointer. >> >> diff --git a/dlls/fusion/fusion.c b/dlls/fusion/fusion.c >> index ac01cf4..637346c 100644 &

Re: fusion: Use proper function pointer

2008-08-02 Thread James Hawkins
On Sat, Aug 2, 2008 at 4:09 PM, Andrew Talbot <[EMAIL PROTECTED]> wrote: > Changelog: > fusion: Use proper function pointer. > > diff --git a/dlls/fusion/fusion.c b/dlls/fusion/fusion.c > index ac01cf4..637346c 100644 > --- a/dlls/fusion/fusion.c > +++ b/dlls/fusio