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
Hi AJ,
Alexandre Julliard schreef:
> Maarten Lankhorst <[EMAIL PROTECTED]> writes:
>
>
>> +wintrust = LoadLibraryW(wintrust_dll);
>> +pCryptCATAdminAcquireContext = (void *)GetProcAddress(wintrust,
>> "CryptCATAdminAcquireContext");
>> +pCryptCATAdminAddCatalog = (void
Maarten Lankhorst <[EMAIL PROTECTED]> writes:
> +wintrust = LoadLibraryW(wintrust_dll);
> +pCryptCATAdminAcquireContext = (void *)GetProcAddress(wintrust,
> "CryptCATAdminAcquireContext");
> +pCryptCATAdminAddCatalog = (void *)GetProcAddress(wintrust,
> "CryptCATAdminAddC
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
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