Re: setupapi: Implement installing catalog files

2008-10-21 Thread Alexandre Julliard
Maarten Lankhorst <[EMAIL PROTECTED]> writes: > Oops, thanks for catching that. Apparantly it somehow didn't complete > crash for me. In the error paths I also found that I forgot to call > the cleanup functions, so I'll send a revised patch. Actually you probably don't want to free the library a

Re: setupapi: Implement installing catalog files

2008-10-21 Thread Maarten Lankhorst
Hi AJ, Alexandre Julliard schreef: > Maarten Lankhorst <[EMAIL PROTECTED]> writes: > > >> +wintrust = LoadLibraryW(wintrust_dll); >> +pCryptCATAdminAcquireContext = (void *)GetProcAddress(wintrust, >> "CryptCATAdminAcquireContext"); >> +pCryptCATAdminAddCatalog = (void

Re: setupapi: Implement installing catalog files

2008-10-21 Thread Alexandre Julliard
Maarten Lankhorst <[EMAIL PROTECTED]> writes: > +wintrust = LoadLibraryW(wintrust_dll); > +pCryptCATAdminAcquireContext = (void *)GetProcAddress(wintrust, > "CryptCATAdminAcquireContext"); > +pCryptCATAdminAddCatalog = (void *)GetProcAddress(wintrust, > "CryptCATAdminAddC

Re: setupapi: Implement installing catalog files

2008-10-16 Thread Maarten Lankhorst
Hi Vincent, Vincent Povirk schreef: > The patch you sent doesn't match the subject line. > Thanks for catching that, I sent the wrong patch by accident. The attached patch was never meant to be sent in because I knew aj wasn't going to accept it. I'll resend the patch tomorrow. Cheers, Maart

Re: setupapi: Implement installing catalog files

2008-10-15 Thread Vincent Povirk
The patch you sent doesn't match the subject line. Vincent Povirk On Wed, Oct 15, 2008 at 11:05 AM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > --- > The functions called here are stubs, but don't cause this code to bomb out. > > From 04917f75269b6f4f51924ba734c20dc05617d882 Mon Sep 17 00:00