[pkg-opensc-commit] [pkcs11-helper] 40/253: Minor WIN32 isuse

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pkcs11-helper.

commit cc07a4e661a8d0bf4b91cc0fce016dbae4c136f7
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Fri Dec 15 13:14:13 2006 +0000

    Minor WIN32 isuse
---
 include/pkcs11-helper-1.0/pkcs11.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/pkcs11-helper-1.0/pkcs11.h b/include/pkcs11-helper-1.0/pkcs11.h
index 0c74a18..de8fb3d 100644
--- a/include/pkcs11-helper-1.0/pkcs11.h
+++ b/include/pkcs11-helper-1.0/pkcs11.h
@@ -1321,7 +1321,7 @@ typedef struct ck_c_initialize_args *CK_C_INITIALIZE_ARGS_PTR;
 
 

 /* System dependencies.  */
-#ifdef __WIN32
+#if defined(_WIN32) || defined(CRYPTOKI_FORCE_WIN32)
 #pragma pack(pop, cryptoki)
 #endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list