Hi,

I put it in.

Thanks,
Marcus

2006-12-17  Marcus Brinkmann  <[EMAIL PROTECTED]>

        * src/pkcs11.h [__WIN32]: Changed to [_WIN32 ||
        CRYPTOKI_FORCE_WIN32] at the end.
        Submitted by Alon Bar-Lev.

At Fri, 15 Dec 2006 15:15:05 +0200,
Alon Bar-Lev <[EMAIL PROTECTED]> wrote:
> 
> 
> Hello Marcus,
> 
> One more minor modification.
> 
> Index: include/pkcs11-helper-1.0/pkcs11.h
> ===================================================================
> --- include/pkcs11-helper-1.0/pkcs11.h  (revision 36)
> +++ include/pkcs11-helper-1.0/pkcs11.h  (working copy)
> @@ -1321,7 +1321,7 @@
> 
> 
> 
>  /* System dependencies.  */
> -#ifdef __WIN32
> +#if defined(_WIN32) || defined(CRYPTOKI_FORCE_WIN32)
>  #pragma pack(pop, cryptoki)
>  #endif
> 
> 

_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to